We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b73173f commit 0da2580Copy full SHA for 0da2580
1 file changed
tests/conftest.py
@@ -26,7 +26,7 @@ def __init__(self):
26
self.tmpdir_count = 0
27
28
def get(self):
29
- path = os.path.join(tmpdir.strpath, five.text(self.tmpdir_count))
+ path = tmpdir.join(five.text(self.tmpdir_count)).strpath
30
self.tmpdir_count += 1
31
os.mkdir(path)
32
return path
0 commit comments