diff --git a/lib/scripts/svg2pdftex.py b/lib/scripts/svg2pdftex.py index c574e6a1a4..dc79b43273 100644 --- a/lib/scripts/svg2pdftex.py +++ b/lib/scripts/svg2pdftex.py @@ -35,7 +35,7 @@ def runCommand(cmd): ''' res = subprocess.check_call(cmd) if res != 0: - print "Command '%s' fails (exit code: %i)." % (res.cmd, res.returncode) + print ("Command '%s' fails (exit code: %i)." % (res.cmd, res.returncode)) sys.exit(1) InkscapeCmd = "inkscape"