2
0
mirror of https://github.com/frappe/bench.git synced 2024-11-14 17:24:04 +00:00

fix: Remove except-pass ValueError

This commit is contained in:
Gavin D'souza 2023-06-02 12:41:56 +05:30
parent f7fbee99d6
commit d9c8335fbf
No known key found for this signature in database
GPG Key ID: 3A7BF4D4340DE6F7

View File

@ -131,8 +131,6 @@ class Bench(Base, Validator):
except InvalidRemoteException:
if not force:
raise
except ValueError:
pass
self.apps.sync()
# self.build() - removed because it seems unnecessary