Removed _map_name method.
This commit is contained in:
8
ulzx
8
ulzx
@@ -15,7 +15,7 @@ Changelog:
|
||||
|
||||
Author: Roman 'gryf' Dobosz <gryf73@gmail.com>
|
||||
Date: 2023-10-20
|
||||
Version: 1.2
|
||||
Version: 1.3
|
||||
Licence: BSD
|
||||
"""
|
||||
import os
|
||||
@@ -52,12 +52,6 @@ class ULzx(extfslib.Archive):
|
||||
return self.DATETIME % (month, int(day), year, int(hours),
|
||||
int(minutes))
|
||||
|
||||
def _map_name(self, name):
|
||||
if name.startswith(" "):
|
||||
new_name = "".join(["~", name[1:]])
|
||||
return new_name
|
||||
return name
|
||||
|
||||
def _get_dir(self):
|
||||
"""Prepare archive file listing"""
|
||||
contents = []
|
||||
|
||||
Reference in New Issue
Block a user