This commit is contained in:
harisreedhar
2026-05-11 16:34:28 +02:00
committed by henryruhs
parent 0aa56d54bb
commit c4f1d14d71
9 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -29,6 +29,6 @@ def graceful_exit(error_code : ErrorCode) -> None:
sleep(0.5)
if state_manager.get_item('output_path') and not state_manager.get_item('keep_temp'):
clear_temp_directory(state_manager.get_item('output_path'), state_manager.get_item('temp_path'))
clear_temp_directory(state_manager.get_item('temp_path'), state_manager.get_item('output_path'))
hard_exit(error_code)