Skip to content

Commit

Permalink
flake8 doesn't like the print keyword :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Nov 11, 2015
1 parent 35a0e93 commit 592ee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/appveyor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
try:
execute(program, '--help')
except ExternalCommandFailed:
print "%s doesn't work?!" % program
print("%s doesn't work?!" % program)

print("Executable search path:\n\n%s" % "\n\n".join(
"%s:\n%s" % (d, concatenate(sorted(os.listdir(d))))
Expand Down

0 comments on commit 592ee70

Please sign in to comment.