Улучшение кода main.py и конфигурации
This commit is contained in:
@@ -11,8 +11,6 @@ def rename_dir(src, dst):
|
||||
|
||||
|
||||
def apply(config: dict) -> bool:
|
||||
assert config["new_package_name"] is not None, "new_package_name is not configured"
|
||||
|
||||
for root, dirs, files in os.walk("./decompiled"):
|
||||
for filename in files:
|
||||
file_path = os.path.join(root, filename)
|
||||
|
||||
Reference in New Issue
Block a user