Loading pygriffin/pygriffin.py +2 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,8 @@ class PyGriffin: p = subprocess.Popen(cmd, universal_newlines=True, cwd=str(cwd)) return p.wait() p.wait() return p.returncode def process_xs(self, overwrite=False, particle='neutron', cwd=None): """ Loading Loading
pygriffin/pygriffin.py +2 −1 Original line number Diff line number Diff line Loading @@ -109,7 +109,8 @@ class PyGriffin: p = subprocess.Popen(cmd, universal_newlines=True, cwd=str(cwd)) return p.wait() p.wait() return p.returncode def process_xs(self, overwrite=False, particle='neutron', cwd=None): """ Loading