2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-29 20:16:44 +00:00
This commit is contained in:
Matthias 2021-11-23 18:42:41 +01:00
parent 6eee332da8
commit 8236c51827
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -24,7 +24,7 @@ class IntegrationPluginError(Exception):
def __init__(self, path, message):
self.path = path
self.message = message
def __str__(self):
return self.message