@@ -123,12 +123,6 @@ class UAdf(extfslib.Archive):
return string[match.end():]
def _map_name(self, name):
if name.startswith(" "):
new_name = "".join(["~", name[1:]])
return new_name
return name
def _get_dir(self):
"""Retrieve directory"""
contents = []
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.