mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-01 16:20:48 +00:00
FilePath again
This commit is contained in:
parent
77c9a2c2f5
commit
360b20a981
@ -90,7 +90,7 @@ class GetArgvTests(SyncTestCase):
|
||||
``get_argv`` returns a list representing the result of tokenizing the
|
||||
"command line" argument string provided to Windows processes.
|
||||
"""
|
||||
working_path = self.mktemp()
|
||||
working_path = FilePath(self.mktemp())
|
||||
working_path.makedirs()
|
||||
save_argv_path = working_path.child("script.py")
|
||||
saved_argv_path = working_path.child("data.json")
|
||||
|
Loading…
x
Reference in New Issue
Block a user