Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scottpurdy committed Dec 19, 2016
1 parent 128ee68 commit 6f282a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -51,7 +51,7 @@ def nupicBindingsPrereleaseInstalled():
@return: boolean
"""
try:
nupicDistribution = pkg_resources.get_distribution(distributionName)
nupicDistribution = pkg_resources.get_distribution("nupic.bindings")
if pkg_resources.parse_version(nupicDistribution.version).is_prerelease:
# A pre-release dev version of nupic.bindings is installed.
return True
Expand Down

0 comments on commit 6f282a9

Please sign in to comment.