diff --git a/engine.py b/engine.py index 2ae075b..7f5bbc4 100644 --- a/engine.py +++ b/engine.py @@ -346,7 +346,7 @@ class SorterEngine: if 'c_dst' in action and os.path.exists(action['c_dst']): shutil.move(action['c_dst'], action['c_src']) -@staticmethod + @staticmethod def commit_batch(file_list, output_root, cleanup_mode): """ Commits files directly to the output root (No Subfolders).