diff options
Diffstat (limited to 'scripts/gen-emscripten-exported-json.py')
-rwxr-xr-x | scripts/gen-emscripten-exported-json.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen-emscripten-exported-json.py b/scripts/gen-emscripten-exported-json.py index 3eaca462..f072a939 100755 --- a/scripts/gen-emscripten-exported-json.py +++ b/scripts/gen-emscripten-exported-json.py @@ -97,7 +97,7 @@ def main(args): with open(options.output, 'w') as out_file: out_file.write(out_data) else: - print out_data + print(out_data) return 0 |