1
0
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:
grossmj 2022-05-27 16:03:54 +07:00
parent 85cdd7d9a5
commit 37c7bc4956

View File

@ -72,3 +72,6 @@ class ComputeConflictError(ComputeError):
def url(self):
return self._url
def response(self):
return self._response