Update pylint to 2.7.3 (#48488)
* Update pylint to 2.7.3 * Add class-const-naming-style * Remove unused-import message * Additional cleanup
This commit is contained in:
parent
9a75019a65
commit
2956eb0902
170 changed files with 163 additions and 288 deletions
|
@ -30,7 +30,7 @@ def trace_script(hass, item_id, config, context):
|
|||
|
||||
try:
|
||||
yield trace
|
||||
except Exception as ex: # pylint: disable=broad-except
|
||||
except Exception as ex:
|
||||
if item_id:
|
||||
trace.set_error(ex)
|
||||
raise ex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue