Undo bad linter fix

This commit is contained in:
Orsiris de Jong 2023-12-29 01:46:05 +01:00
parent 9c80875e9d
commit a2bc368a32

View file

@ -268,4 +268,6 @@ def gui_thread_runner(
progress_window.close()
if USE_THREADING:
return thread.result()
return result
# Do not change this because of linter, it's a false positive to say we can remove the else statement
else:
return result