Commit a3aae79d authored by Jérome Perrin's avatar Jérome Perrin

dream_simulation: output to standard output

parent 697d9340
......@@ -1435,6 +1435,9 @@ def main(argv=[], input_data=None):
if input_data:
return outputJSONString
# Output on stdout
print outputJSONString
if __name__ == '__main__':
# cProfile.run('main()')
main()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment