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 b64e985 commit c8d95d9Copy full SHA for c8d95d9
jupyter_rsession_proxy/__init__.py
@@ -57,7 +57,7 @@ def db_config():
57
'''
58
# use mkdtemp() so the directory and its contents don't vanish when
59
# we're out of scope
60
- db_dir = tempfile.mkdtemp(dir=os.environ.get("SLURM_TMPDIR", "/tmp"))
+ db_dir = tempfile.mkdtemp()
61
# create the rserver database config
62
db_conf = dedent("""
63
provider=sqlite
0 commit comments