mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 20:14:14 +02:00
flake warnings (#304)
This commit is contained in:
@@ -29,7 +29,7 @@ class ValidatePassword(QThread):
|
||||
if isinstance(self.password, str):
|
||||
try:
|
||||
valid = validate_password(self.password)
|
||||
except:
|
||||
except Exception:
|
||||
traceback.print_exc()
|
||||
valid = False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user