Skip to content

Commit 66f0449

Browse files
committed
bug in setup.py
1 parent 195513b commit 66f0449

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
@@ -278,7 +278,7 @@ def _check_output(*popenargs, **kwargs):
278278
if cmd is None:
279279
cmd = popenargs[0]
280280
raise CalledProcessError(retcode, cmd, output=output)
281-
if sys.version_info[2] > 2:
281+
if sys.version_info[0] > 2:
282282
return output.decode("ascii")
283283
return output
284284

0 commit comments

Comments
 (0)