Skip to content

Commit

Permalink
do not raies ImportError in setup for hgvs
Browse files Browse the repository at this point in the history
  • Loading branch information
kantale committed Sep 14, 2016
1 parent 3d7cb47 commit 14073f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,6 @@
print str(e)
print 'This is a known issue.'
print 'Please refer to https://github.com/kantale/MutationInfo/issues/9 in order to resolve it'
raise e
print 'WARNING: hgvs could not been imported:'
print str(e)

0 comments on commit 14073f2

Please sign in to comment.