Coverage for datapool/julia_runner.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
# encoding: utf-8
module _we_use_here_a_module_to_keep_the_workspace_clean exit_code__ = 0 try {command} catch ex bt = catch_stacktrace() exit_code__ = 1 println("{MSG_MARKER}ERROR:START") showerror(STDOUT, ex) println() for i = 1:length(bt) - 7 println(bt[i]) end println("{MSG_MARKER}ERROR:END") end println("{MSG_MARKER}EXITCODE:$(exit_code__)") end println("{MSG_MARKER}FINISHED") """
include("{path_to_script}") {module_name}.convert("{in_file_path}", "{out_file_path}") """.format(**locals())
|