Skip to content

Commit 393a0fd

Browse files
committed
chore(jh): temporary disbale resetting the jh option list
1 parent ba18ed4 commit 393a0fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • applications/jupyterhub/src/harness_jupyter/harness_jupyter

applications/jupyterhub/src/harness_jupyter/harness_jupyter/jupyterhub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def custom_options_form(spawner, abc):
2121
try:
2222
print("Cloudharness: saving profile list in _ch_profile_list")
2323
spawner._ch_profile_list = spawner.profile_list
24-
spawner.profile_list = []
24+
# spawner.profile_list = []
2525
print("Cloudharness: saving profile list in _ch_profile_list")
2626
except Exception as e:
2727
print(f"Cloudharness: daving profile exception: {e}")

0 commit comments

Comments
 (0)