mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 03:25:42 +00:00
return cov from feature only used for debug
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user