mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
PEP fix
This commit is contained in:
@ -24,7 +24,7 @@ class IntegrationPluginError(Exception):
|
|||||||
def __init__(self, path, message):
|
def __init__(self, path, message):
|
||||||
self.path = path
|
self.path = path
|
||||||
self.message = message
|
self.message = message
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
return self.message
|
return self.message
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user