Skip to content

Commit 58c770d

Browse files
author
Juan Puerto
committed
fix: update jupyter->appyter
1 parent 78f5303 commit 58c770d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/user_workspaces_server/controllers/jobtypes/appyter_job.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def status_check(self, job_model):
6060
# We have to replace the periods with dashes for the dynamic naming
6161
subdomain = subdomain.replace(".", "-")
6262
except FileNotFoundError:
63-
logger.warning("Jupyter network config missing.")
63+
logger.warning("Appyter network config missing.")
6464
return {"current_job_details": {"message": "No network config found."}}
6565

6666
if not os.path.exists(os.path.join(job_dir_path, ".env")):

0 commit comments

Comments
 (0)