Skip to content

Commit cc478fe

Browse files
committed
remove sys.exit from except action.
1 parent 9856085 commit cc478fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cleverwrap/cleverwrap.py

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ def _send(self, params):
7474
# catch errors, print then exit.
7575
except requests.exceptions.RequestException as e:
7676
print(e)
77-
sys.exit(1)
7877
return r.json()
7978

8079

0 commit comments

Comments
 (0)