mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-01 13:53:49 +02:00
Add missing response() method in ComputeConflictError
This commit is contained in:
parent
85cdd7d9a5
commit
37c7bc4956
@ -72,3 +72,6 @@ class ComputeConflictError(ComputeError):
|
||||
|
||||
def url(self):
|
||||
return self._url
|
||||
|
||||
def response(self):
|
||||
return self._response
|
||||
|
Loading…
Reference in New Issue
Block a user