Skip to content

Commit

Permalink
Merge a31f21c into ba17ea3
Browse files Browse the repository at this point in the history
  • Loading branch information
psyduck787 committed Aug 5, 2016
2 parents ba17ea3 + a31f21c commit 584e2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remotecv/error_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def get_modules(self):
res_mod = pkg_resources.get_distribution(module)
if res_mod is not None:
resolved[module] = res_mod.version
except pkg_resources.DistributionNotFound:
except Exception:
pass

return resolved
Expand Down

0 comments on commit 584e2b3

Please sign in to comment.