2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00
This commit is contained in:
Matthias 2022-03-13 21:11:06 +01:00
parent fbe3bf739a
commit 3b642695a8
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -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