Skip to content

Commit 3b74cfb

Browse files
fix
1 parent b92b845 commit 3b74cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/efs-guardian/src/simcore_service_efs_guardian/services/background_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async def removal_policy_task(app: FastAPI) -> None:
4444
except DBProjectNotFoundError as exc:
4545
_logger.warning(
4646
"Project %s not found, this should not happen, please investigate (contact MD)",
47-
exc.project_uuid,
47+
exc.msg_template,
4848
)
4949
if (
5050
_project_last_change_date

0 commit comments

Comments
 (0)