12.0.0
This commit is contained in:
@@ -40,7 +40,7 @@ class DecortZone(DecortController):
|
||||
zone_model = self.api.cloudapi.zone.get(id=self.id)
|
||||
except sdk_exceptions.RequestException as e:
|
||||
if (
|
||||
e.orig_exception.response
|
||||
e.orig_exception.response is not None
|
||||
and e.orig_exception.response.status_code == 404
|
||||
):
|
||||
self.message(
|
||||
|
||||
Reference in New Issue
Block a user