We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b41598 commit f133ffdCopy full SHA for f133ffd
plugins/yjs/tests/test_ydocs.py
@@ -36,7 +36,7 @@ async def assert_with_timeout(func, timeout=100):
36
async def test_ydrive():
37
tmp_dirname = "tmpdir_test_ydrive"
38
try:
39
- tmp_dir = Path(tmp_dirname)
+ tmp_dir = Path(tmp_dirname).resolve()
40
if tmp_dir.exists():
41
shutil.rmtree(tmp_dirname)
42
tmp_dir.mkdir()
0 commit comments