2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

do not cover error

This commit is contained in:
Matthias
2022-05-11 23:05:22 +02:00
parent 8a91fc362b
commit baca0dc268

View File

@ -59,7 +59,7 @@ class PluginConfig(models.Model):
try:
return self.plugin._mixinreg
except (AttributeError, ValueError):
except (AttributeError, ValueError): # pragma: no cover
return {}
# functions