2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-15 22:17:36 +00:00
This commit is contained in:
Matthias
2022-03-13 21:11:06 +01:00
parent fbe3bf739a
commit 3b642695a8
+1 -1
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