mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
parent
fbe3bf739a
commit
3b642695a8
@ -65,7 +65,7 @@ class InvenTreePluginBase():
|
|||||||
key=self.plugin_slug(),
|
key=self.plugin_slug(),
|
||||||
name=self.plugin_name(),
|
name=self.plugin_name(),
|
||||||
)
|
)
|
||||||
except (OperationalError, ProgrammingError) as error:
|
except (OperationalError, ProgrammingError):
|
||||||
cfg = None
|
cfg = None
|
||||||
|
|
||||||
return cfg
|
return cfg
|
||||||
|
Loading…
Reference in New Issue
Block a user