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

Adding resolve for other branch

parent cd8af071
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: