diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-20 21:43:32 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-20 21:43:32 -0800 |
commit | 46e24fd04435a76d7ee8060963c6142ab27ade6f (patch) | |
tree | bb866fcf34754a589816605c8ba541b87c624be4 /tests | |
parent | 2bf896af0051da5a5a0ad5858fa90046b29e0193 (diff) |
fix openjpeg
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 734c81c8..483c700e 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -3900,7 +3900,7 @@ def process(filename): )) ).replace( '// {{POST_RUN_ADDITIONS}}', - "print("Data: " + JSON.stringify(FS.root.contents['image.raw'].contents));" + "print('Data: ' + JSON.stringify(FS.root.contents['image.raw'].contents));" ) open(filename, 'w').write(src) ''' |