Skip to content

Commit

Permalink
explicit return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed May 7, 2024
1 parent 6da8dda commit 0bc125b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/audio/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def start(self):
if not FAKE_START_FAILURE:
def wrap_start() -> bool:
self.wrapped_object.start()
return False
self.idle_add(wrap_start)
if FAKE_EXIT > 0:
def process_exit():
Expand Down

0 comments on commit 0bc125b

Please sign in to comment.