mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-10 06:01:39 +08:00
Undo bad linter fix
This commit is contained in:
parent
9c80875e9d
commit
a2bc368a32
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue