Update engine.py
This commit is contained in:
@@ -346,7 +346,7 @@ class SorterEngine:
|
|||||||
if 'c_dst' in action and os.path.exists(action['c_dst']):
|
if 'c_dst' in action and os.path.exists(action['c_dst']):
|
||||||
shutil.move(action['c_dst'], action['c_src'])
|
shutil.move(action['c_dst'], action['c_src'])
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def commit_batch(file_list, output_root, cleanup_mode):
|
def commit_batch(file_list, output_root, cleanup_mode):
|
||||||
"""
|
"""
|
||||||
Commits files directly to the output root (No Subfolders).
|
Commits files directly to the output root (No Subfolders).
|
||||||
|
|||||||
Reference in New Issue
Block a user