Skip to content

Commit

Permalink
Update configure-vre.py
Browse files Browse the repository at this point in the history
  • Loading branch information
garciagenrique authored Oct 22, 2024
1 parent 83e5032 commit 57724d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vre-singleuser-dev/configure-vre.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def write_jupyterlab_config():
# }

instance_config = {k: v for k,
v in escape_config.items() if v is not None}
v in instance_config.items() if v is not None}

# atlas_config = {k: v for k,
# v in atlas_config.items() if v is not None}
Expand Down

0 comments on commit 57724d4

Please sign in to comment.