Loading pygriffin/pygriffin.py +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ class PyGriffin: with open(logfile, 'w') as OUT: p = subprocess.Popen(cmd, universal_newlines=True, cwd=str(cwd), cwd=str(cwd.resolve()), stdout=OUT, stderr=OUT) else: Loading Loading
pygriffin/pygriffin.py +1 −1 Original line number Diff line number Diff line Loading @@ -102,7 +102,7 @@ class PyGriffin: with open(logfile, 'w') as OUT: p = subprocess.Popen(cmd, universal_newlines=True, cwd=str(cwd), cwd=str(cwd.resolve()), stdout=OUT, stderr=OUT) else: Loading