Loading workbench_runner.py +3 −2 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ if __name__ == '__main__': type=str, help="Log file") args = ap.parse_args() print pyg = PyGriffin.from_son(args.input) # create an input file for the cross sections and provide to pygriffin Loading @@ -31,8 +32,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...") print("Running PyGriffin...") sys.stdout.flush() pyg.run(other_args=['-i', 'isoxml.i'], logfile=args.logfile) sys.stdout.write("Done") print("Done") sys.stdout.flush() Loading
workbench_runner.py +3 −2 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ if __name__ == '__main__': type=str, help="Log file") args = ap.parse_args() print pyg = PyGriffin.from_son(args.input) # create an input file for the cross sections and provide to pygriffin Loading @@ -31,8 +32,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...") print("Running PyGriffin...") sys.stdout.flush() pyg.run(other_args=['-i', 'isoxml.i'], logfile=args.logfile) sys.stdout.write("Done") print("Done") sys.stdout.flush()