minor setup bugfix

This commit is contained in:
Luke Campagnola 2016-10-17 09:17:33 -07:00
parent c7923d3f95
commit 1c219647cf
1 changed files with 2 additions and 2 deletions

View File

@ -105,9 +105,9 @@ class Install(install.install):
# If the version in __init__ is different from the automatically-generated
# version string, then we will update __init__ in the build directory
# version string, then we will update __init__ in the install directory
if initVersion == version:
return ret
return rval
try:
initfile = os.path.join(path, '__init__.py')