From 7584ea00db0798e38f53850cd01e775727fda196 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 9 Jun 2013 16:58:40 +0000 Subject: Python3 fixes (#915). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5142 a436a847-0d15-0410-975c-d299462d15a1 --- scripts/ingenish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ingenish') diff --git a/scripts/ingenish b/scripts/ingenish index 9e4b86ae..ff1a0622 100755 --- a/scripts/ingenish +++ b/scripts/ingenish @@ -104,6 +104,6 @@ else: try: update = run(sys.argv[1:]) if update: - print update.serialize(format='n3') + print(update.serialize(format='n3')) except: print('error: %s' % sys.exc_info()[1]) -- cgit v1.2.1