Skip to content

Commit

Permalink
Merge pull request #13 from nesi/slurm-job-account
Browse files Browse the repository at this point in the history
don't get SLURM_JOB_ACCOUNT
  • Loading branch information
CallumWalley authored Aug 8, 2021
2 parents 3d5d9d9 + b8245cb commit 8103a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vdt_jupyter_proxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def setup_vdt():
#def_vdt="/nesi/project/nesi99999/Callum/vdt"

vdt_root = os.getenv('VDT_ROOT',def_vdt)
account = os.environ["SLURM_JOB_ACCOUNT"]
# account = os.environ["SLURM_JOB_ACCOUNT"]
# os.environ["LOGLEVEL"] = "DEBUG"

# # See if can find central install.
Expand Down

0 comments on commit 8103a17

Please sign in to comment.