Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 28, 2024
1 parent 86094f1 commit 817ea4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gort/overwatcher/observer.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ async def observe_loop_task(self):
show_progress=False,
)

except Exception as err:
except Exception:
# self.overwatcher.handle_error(err)
await self.gort.cleanup(readout=False)

Expand Down

0 comments on commit 817ea4f

Please sign in to comment.