Loading pygriffin/pygriffin.py +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ class PyGriffin: else: p = subprocess.Popen(cmd, universal_newlines=True, cwd=str(cwd)) cwd=str(cwd.resolve())) p.wait() return p.returncode Loading Loading
pygriffin/pygriffin.py +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ class PyGriffin: else: p = subprocess.Popen(cmd, universal_newlines=True, cwd=str(cwd)) cwd=str(cwd.resolve())) p.wait() return p.returncode Loading