Skip to content

Commit

Permalink
Merge from 3.x: PR #3739
Browse files Browse the repository at this point in the history
Fixes #3738
  • Loading branch information
ccordoba12 committed Nov 24, 2016
2 parents 378aba5 + d5d5bc2 commit 8fc837e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spyder/utils/programs.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def is_module_installed(module_name, version=None, installed_version=None,
if installed_version is None:
try:
actver = get_module_version(module_name)
except ImportError:
except:
# Module is not installed
return False
else:
Expand Down

0 comments on commit 8fc837e

Please sign in to comment.