mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +00:00
return cov from feature only used for debug
This commit is contained in:
parent
25bcf2c438
commit
43a05dfcb4
@ -23,7 +23,7 @@ class IntegrationPluginError(Exception):
|
|||||||
self.message = message
|
self.message = message
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.message
|
return self.message # pragma: no cover
|
||||||
|
|
||||||
|
|
||||||
class MixinImplementationError(ValueError):
|
class MixinImplementationError(ValueError):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user