We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82f69d commit 7d7b644Copy full SHA for 7d7b644
tests/constants.py
@@ -34,7 +34,7 @@
34
SERVER_CONFIG_FILE = "mswms_settings.py"
35
MSCOLAB_CONFIG_FILE = "mscolab_settings.py"
36
MSCOLAB_AUTH_FILE = "mscolab_auth.py"
37
-ROOT_FS = TempFS(identifier=f"msui")
+ROOT_FS = TempFS(identifier="msui")
38
OSFS_URL = ROOT_FS.geturl("", purpose="fs")
39
40
ROOT_DIR = ROOT_FS.getsyspath("")
0 commit comments