Skip to content

Commit

Permalink
fix(error): don't re-raise for handled exceptions (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 authored Nov 20, 2018
1 parent c3f1caa commit 8fcb3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirrus/google_cloud/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ def remove_member_from_group(self, member_email, group_id):
"Group ({}) members were checked and {} was "
"successfully removed".format(group_id, member_email)
)
response = {}
return {}
raise

return response
Expand Down

0 comments on commit 8fcb3dc

Please sign in to comment.