Small debug

This commit is contained in:
2026-02-11 16:10:27 +07:00
parent b03959f474
commit 3d9fb94204

View File

@@ -264,6 +264,7 @@ class FileProcessor:
'rule_id': rule['id'],
'output_preview': result.stdout[:200] if result.stdout else ''
}, folder_path=str(folder))
self.db.log_activity('INFO', f'Renamer command: {" ".join(cmd)}')
except subprocess.TimeoutExpired:
msg = f"Renamer timeout for {folder}"