mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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
|
||||
|
||||
def __str__(self):
|
||||
return self.message
|
||||
return self.message # pragma: no cover
|
||||
|
||||
|
||||
class MixinImplementationError(ValueError):
|
||||
|
Loading…
Reference in New Issue
Block a user