From d25d65960c1331d889962af2d3722cc4ef79fc40 Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Sun, 18 Jan 2026 22:18:58 +0100 Subject: [PATCH] Update engine.py --- engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).