Update engine.py

This commit is contained in:
2026-01-19 14:11:28 +01:00
parent 19852d5353
commit c30a346a1e

View File

@@ -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()