do not cover error

This commit is contained in:
Matthias 2022-05-11 23:05:22 +02:00
parent 8a91fc362b
commit baca0dc268
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

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