Skip to content

Commit 946624b

Browse files
committed
fix
1 parent 400f630 commit 946624b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/logging_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def _resolve(val: str | Callable[[], str], context: str) -> str:
5151
UserWarning,
5252
stacklevel=3,
5353
)
54-
return f"❌ Error [{context} message generation failed]"
54+
return f"[{context} message generation failed]"
5555

5656

5757
class DynamicIndentFormatter(logging.Formatter):

0 commit comments

Comments
 (0)