do not cover error
This commit is contained in:
parent
8a91fc362b
commit
baca0dc268
|
|
@ -59,7 +59,7 @@ class PluginConfig(models.Model):
|
||||||
|
|
||||||
try:
|
try:
|
||||||
return self.plugin._mixinreg
|
return self.plugin._mixinreg
|
||||||
except (AttributeError, ValueError):
|
except (AttributeError, ValueError): # pragma: no cover
|
||||||
return {}
|
return {}
|
||||||
|
|
||||||
# functions
|
# functions
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue