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 ffcf4c0 commit 0efccd4Copy full SHA for 0efccd4
tests/plugins1/_batch_test/test/qlib.py
@@ -12,9 +12,9 @@
12
13
uid = os.getuid()
14
tmp = tempfile.gettempdir()
15
-lock_file = Path(tmp) / 'qlist-%s.lock' % uid
16
-state_file = Path(tmp) / 'qlist-%s' % uid
17
-log_file = Path(tmp) / 'qlist-%s.log' % uid
+lock_file = Path(tmp) / ('qlist-%s.lock' % uid)
+state_file = Path(tmp) / ('qlist-%s' % uid)
+log_file = Path(tmp) / ('qlist-%s.log' % uid)
18
my_dir = Path(__file__).parent
19
20
0 commit comments