Skip to content
This repository has been archived by the owner on Dec 2, 2021. It is now read-only.

Commit

Permalink
Handle KeyError when determining test status from env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
brew committed May 18, 2017
1 parent 06bcf08 commit 14d1b4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions datapackage_pipelines_measure/settings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
XUMLnGEODSS8x/GmW3i3KeirW5OxBNjfUzEF4XkJP8m41iTdsQEXQf9DdUY7X+CB
VL5h7N0VstYhGgycuPpcIUQa
-----END PRIVATE KEY-----""")
except Exception as e:
raise e
except KeyError:
pass

0 comments on commit 14d1b4c

Please sign in to comment.