Skip to content

Commit 7f16484

Browse files
not trigger
1 parent cd992b8 commit 7f16484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vre-singleuser-swan-cern/scripts/others/configure_rucio_jupyterlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def write_jupyterlab_config():
8989
v in atlas_config.items() if v is not None}
9090

9191
config_json['RucioConfig'] = {
92-
'instances': [escape_config, atlas_config], # cms,
92+
'instances': [escape_config], # atlas, cms,
9393
"default_instance": os.getenv('RUCIO_DEFAULT_INSTANCE', escape_config['name']),
9494
"default_auth_type": os.getenv('RUCIO_DEFAULT_AUTH_TYPE', 'x509_proxy'),
9595
}

0 commit comments

Comments
 (0)