We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba18ed4 commit 393a0fdCopy full SHA for 393a0fd
1 file changed
applications/jupyterhub/src/harness_jupyter/harness_jupyter/jupyterhub.py
@@ -21,7 +21,7 @@ def custom_options_form(spawner, abc):
21
try:
22
print("Cloudharness: saving profile list in _ch_profile_list")
23
spawner._ch_profile_list = spawner.profile_list
24
- spawner.profile_list = []
+ # spawner.profile_list = []
25
26
except Exception as e:
27
print(f"Cloudharness: daving profile exception: {e}")
0 commit comments