File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
scripts/release/monitor_release
services/web/server/src/simcore_service_webserver/projects Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ def get_release_settings(env_file_path: Path):
116116 starts_with = "staging-simcore_staging" ,
117117 )
118118 case _:
119- msg = f"Unknown { deployment = } . Please setup a a new ReleaseSettings for this configuration"
119+ msg = f"Unkown { deployment = } . Please setupa a new ReleaseSettings for this configuration"
120120 raise ValueError (msg )
121121
122122 return settings
Original file line number Diff line number Diff line change @@ -1200,7 +1200,7 @@ async def is_node_id_present_in_any_project_workbench(
12001200 app : web .Application ,
12011201 node_id : NodeID ,
12021202) -> bool :
1203- """If the node_id is present in one of the projects' workbenche returns True"""
1203+ """If the node_id is presnet in one of the projects' workbenche returns True"""
12041204 db : ProjectDBAPI = app [APP_PROJECT_DBAPI ]
12051205 return await db .node_id_exists (node_id )
12061206
You can’t perform that action at this time.
0 commit comments