Reformat file with black

This commit is contained in:
deajan 2025-07-03 13:45:10 +02:00
parent fe15bcf0c5
commit d91d4b4952

View file

@ -418,7 +418,7 @@ def gui_thread_runner(
loop_counter += 1
if restore_data:
stdout_cache = json.dumps(restore_data, indent=4) + '\n\n' + stdout_cache
stdout_cache = json.dumps(restore_data, indent=4) + "\n\n" + stdout_cache
_update_gui_from_cache(stdout_cache, stderr_cache)
progress_window["--CANCEL--"].Update(disabled=True)