Skip to content

Commit

Permalink
fix: Remove except-pass ValueError
Browse files Browse the repository at this point in the history
  • Loading branch information
gavindsouza committed Jun 2, 2023
1 parent f7fbee9 commit d9c8335
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bench/bench.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,6 @@ def uninstall(self, app, no_backup=False, force=False):
except InvalidRemoteException:
if not force:
raise
except ValueError:
pass

self.apps.sync()
# self.build() - removed because it seems unnecessary
Expand Down

0 comments on commit d9c8335

Please sign in to comment.