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