FilePath again

This commit is contained in:
Jean-Paul Calderone 2021-01-10 20:14:05 -05:00
parent 77c9a2c2f5
commit 360b20a981

View File

@ -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")