We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f5303 commit 58c770dCopy full SHA for 58c770d
src/user_workspaces_server/controllers/jobtypes/appyter_job.py
@@ -60,7 +60,7 @@ def status_check(self, job_model):
60
# We have to replace the periods with dashes for the dynamic naming
61
subdomain = subdomain.replace(".", "-")
62
except FileNotFoundError:
63
- logger.warning("Jupyter network config missing.")
+ logger.warning("Appyter network config missing.")
64
return {"current_job_details": {"message": "No network config found."}}
65
66
if not os.path.exists(os.path.join(job_dir_path, ".env")):
0 commit comments