mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 13:28:49 +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…
x
Reference in New Issue
Block a user