Skip to content
Snippets Groups Projects
Commit b444529c authored by Dung Vu's avatar Dung Vu
Browse files

Update my_spawner.py

parent 83e80e99
No related branches found
No related tags found
No related merge requests found
Pipeline #46930 passed
......@@ -7,7 +7,7 @@ class MySpawner(KubeSpawner):
# self.log.info("Start Myspayner")
with open('/etc/jupyterhub/custom/my_spawner.html', 'r') as f:
profile_form_template = f.readlines()
self.log.info("Read my_spawner.html")
# self.log.info("Read my_spawner.html")
profile_form_template = "".join(profile_form_template)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment