Skip to content
Snippets Groups Projects
Commit 35abcd83 authored by Lars Bilke's avatar Lars Bilke
Browse files

Merge branch 'FixBugInMessage' into 'master'

[PL/Output] Escape {} to fix bug in error message.

See merge request ogs/ogs!3013
parents 2e6444db f92af756
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ std::unique_ptr<Output> createOutput(
OGS_FATAL(
"There are multiple meshes defined in the output section of "
"the project file, but the prefix doesn't contain "
"'{:meshname}'. Thus the names for the files, the simulation "
"'{{:meshname}}'. Thus the names for the files, the simulation "
"results should be written to, would not be distinguishable "
"for different meshes.");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment