Skip to content

Commit aef9a45

Browse files
committed
Merge pull request gitpython-developers#8 from orgads/master
Setup: Fix invalid syntax
2 parents 9dc111e + cc32b0a commit aef9a45

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
@@ -21,7 +21,7 @@ def run(self):
2121
try:
2222
build_ext.run(self)
2323
except Exception:
24-
print "Ignored failure when building extensions, pure python modules will be used instead"
24+
print("Ignored failure when building extensions, pure python modules will be used instead")
2525
# END ignore errors
2626

2727

0 commit comments

Comments
 (0)