linter fix

This commit is contained in:
vasilije 2025-08-27 16:03:48 +02:00
parent 9f27402038
commit 235015bf48

View file

@ -310,7 +310,7 @@ def setup_logging(log_level=None, name=None):
] ]
): ):
return False return False
except: except Exception:
pass pass
return True return True