Submitter | phabricator |
---|---|
Date | Oct. 28, 2021, 9:19 a.m. |
Message ID | <differential-rev-PHID-DREV-mbqpxcululunlfw3oftv-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50050/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/tests/test-fix.t b/tests/test-fix.t --- a/tests/test-fix.t +++ b/tests/test-fix.t @@ -1785,7 +1785,7 @@ $ cat >> $LOGGER <<EOF > # Appends the input file's name to the log file. > import sys - > with open('$LOGFILE', 'a') as f: + > with open(r'$LOGFILE', 'a') as f: > f.write(sys.argv[1] + '\n') > sys.stdout.write(sys.stdin.read()) > EOF