Show More
@@ -2257,7 +2257,7 b' def debugserve(ui, repo, **opts):' | |||||
2257 |
|
2257 | |||
2258 | if opts['logiofd']: |
|
2258 | if opts['logiofd']: | |
2259 | # Line buffered because output is line based. |
|
2259 | # Line buffered because output is line based. | |
2260 | logfh = os.fdopen(int(opts['logiofd']), 'ab', 1) |
|
2260 | logfh = os.fdopen(int(opts['logiofd']), r'ab', 1) | |
2261 | elif opts['logiofile']: |
|
2261 | elif opts['logiofile']: | |
2262 | logfh = open(opts['logiofile'], 'ab', 1) |
|
2262 | logfh = open(opts['logiofile'], 'ab', 1) | |
2263 |
|
2263 |
General Comments 0
You need to be logged in to leave comments.
Login now