mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-28 11:18:11 +00: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