Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed May 20, 2024
1 parent 7737b47 commit c115933
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ansibleguy-webui/aw/execute/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def _run(self):
except Exception as err:
log(msg=f'Got unexpected error: {err}', level=1)
self.stop()
return

def status(self):
log(msg=f"Running job-threads: {self.thread_manager.list_pretty()}", level=4)
Expand Down

0 comments on commit c115933

Please sign in to comment.