linter fix
This commit is contained in:
parent
9f27402038
commit
235015bf48
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue