Skip to content

Commit

Permalink
None string message (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyCMWF authored Sep 5, 2024
1 parent 8ab3726 commit 4f5eba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cads_mars_server/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def execute(self, request, environ, target):
result = self._execute(
req, environ, target, open_mode=open_mode, position=position
)
messages.append(result.message)
messages.append(f"{result.message}")

if result.error:
result.message = "\n".join(messages)
Expand Down

0 comments on commit 4f5eba3

Please sign in to comment.