From c30a346a1eef05b462cddb1a32dc0353627b38be Mon Sep 17 00:00:00 2001 From: Ethanfel Date: Mon, 19 Jan 2026 14:11:28 +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 c7e3f38..60e6c2e 100644 --- a/engine.py +++ b/engine.py @@ -227,7 +227,7 @@ class SorterEngine: # FIXED: Added "marked": r[3] to the dictionary return {r[0]: {"cat": r[1], "name": r[2], "marked": r[3]} for r in rows} - staticmethod + @staticmethod def commit_global(output_root, cleanup_mode, operation="Move", source_root=None): """Commits ALL staged files (Global Apply).""" data = SorterEngine.get_staged_data()