Commented code bug fix in main

This commit is contained in:
Karmaz95
2024-07-19 00:33:45 +02:00
parent dd49f449c3
commit 8abdf68fad

View File

@@ -3254,7 +3254,7 @@ if __name__ == "__main__":
else:
file_path = os.path.abspath(args.path)
else:
#bundle_processor = None # It must be defined for further processors classes logic.
bundle_processor = None # It must be defined for further processors classes logic.
file_path = os.path.abspath(args.path)
### --- I. MACH-O --- ###