Skip to content

Instantly share code, notes, and snippets.

@wklm
Last active August 23, 2017 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wklm/e6407b6fea29f840292da0955926d8a2 to your computer and use it in GitHub Desktop.
Save wklm/e6407b6fea29f840292da0955926d8a2 to your computer and use it in GitHub Desktop.
if resp.status_code == 200:
return resp
if resp.status_code == 404:
raise ModelNotFound(instance_type, self.model_names)
if resp.status_code == 500:
raise InternalInventoryError
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment