Removed _map_name method.

This commit is contained in:
2023-10-23 18:16:54 +02:00
parent 1a6c6af759
commit 6b28a39f50

6
uadf
View File

@@ -123,12 +123,6 @@ class UAdf(extfslib.Archive):
return string[match.end():] 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): def _get_dir(self):
"""Retrieve directory""" """Retrieve directory"""
contents = [] contents = []