Skip to content

Commit

Permalink
Merge e0341ed into 027d53d
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Jan 4, 2016
2 parents 027d53d + e0341ed commit 3c9ac65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_helpers.py
Expand Up @@ -397,7 +397,7 @@ def version_error_msg(pkg_name, found_ver, min_ver):
if found_ver is None:
return 'We need package {0}, but not importable'.format(pkg_name)
if found_ver == 'unknown':
msg = 'We need {0} version {1}, but cannot get version'.format(
return 'We need {0} version {1}, but cannot get version'.format(
pkg_name, min_ver)
if LooseVersion(found_ver) >= LooseVersion(min_ver):
return None
Expand Down

0 comments on commit 3c9ac65

Please sign in to comment.