Commit b624395f authored by Patrick Shriwise's avatar Patrick Shriwise
Browse files

Updating output from workbench runner

parent 6b7e0f56
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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
@@ -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()