Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 733cda9

Browse files
committed
Python 2 fix
1 parent 88a664e commit 733cda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def run(self):
246246
for package in good_packages:
247247
package.do_custom_build()
248248

249-
return super(BuildExtraLibraries, self).run()
249+
return BuildExtCommand.run(self)
250250

251251

252252
cmdclass = versioneer.get_cmdclass()

0 commit comments

Comments
 (0)