Loading workbench_runner.py +6 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ import argparse from argparse import ArgumentParser import argparse import sys from pygriffin import PyGriffin Loading Loading @@ -30,4 +31,8 @@ if __name__ == '__main__': with open('isoxml.i', 'w') as xs_inp_file: xs_inp_file.write(xs_inp_content) sys.stdout.write("Running PyGriffin...") sys.stdout.flush() pyg.run(other_args=['-i', 'isoxml.i'], logfile=args.logfile) sys.stdout.write("Done") sys.stdout.flush() Loading
workbench_runner.py +6 −1 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ import argparse from argparse import ArgumentParser import argparse import sys from pygriffin import PyGriffin Loading Loading @@ -30,4 +31,8 @@ if __name__ == '__main__': with open('isoxml.i', 'w') as xs_inp_file: xs_inp_file.write(xs_inp_content) sys.stdout.write("Running PyGriffin...") sys.stdout.flush() pyg.run(other_args=['-i', 'isoxml.i'], logfile=args.logfile) sys.stdout.write("Done") sys.stdout.flush()