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

Wait. Then return status.

parent f4b9d782
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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):
        """