mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-21 18:06:46 +00:00
blackslashes....
This commit is contained in:
parent
f2cfd96b5e
commit
8991509f8c
@ -642,7 +642,7 @@ class PidFileLocking(SyncTestCase):
|
|||||||
f.write(
|
f.write(
|
||||||
"\n".join([
|
"\n".join([
|
||||||
"import filelock, time, sys",
|
"import filelock, time, sys",
|
||||||
"with filelock.FileLock('{}', timeout=1):".format(lockfile.path),
|
"with filelock.FileLock(r'{}', timeout=1):".format(lockfile.path),
|
||||||
" sys.stdout.write('.\\n')",
|
" sys.stdout.write('.\\n')",
|
||||||
" sys.stdout.flush()",
|
" sys.stdout.flush()",
|
||||||
" time.sleep(10)",
|
" time.sleep(10)",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user