diff --git a/InvenTree/plugin/helpers.py b/InvenTree/plugin/helpers.py index 0de0c0aaec..003ca707b4 100644 --- a/InvenTree/plugin/helpers.py +++ b/InvenTree/plugin/helpers.py @@ -24,7 +24,7 @@ class IntegrationPluginError(Exception): def __init__(self, path, message): self.path = path self.message = message - + def __str__(self): return self.message