fix(sider): ignore except for patch
This commit is contained in:
parent
137df8290b
commit
e213e50e6c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ def execute():
|
|||
try:
|
||||
doc.generate_bootstrap_theme()
|
||||
doc.save()
|
||||
except:
|
||||
except: # pylint: disable=E722
|
||||
print('Ignoring....')
|
||||
print(frappe.get_traceback())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue