Skip to content

Commit 8c5b748

Browse files
author
Andrei Neagu
committed
revert changes
1 parent f2a698f commit 8c5b748

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/release/monitor_release/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

services/web/server/src/simcore_service_webserver/projects/_projects_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)