Skip to content

Commit

Permalink
remove sys.exit from except action.
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardslabs committed Feb 22, 2017
1 parent 9856085 commit cc478fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cleverwrap/cleverwrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def _send(self, params):
# catch errors, print then exit.
except requests.exceptions.RequestException as e:
print(e)
sys.exit(1)
return r.json()


Expand Down

0 comments on commit cc478fe

Please sign in to comment.