We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76b6f05 commit 36a6d2cCopy full SHA for 36a6d2c
src/Error.cpp
@@ -49,8 +49,8 @@ namespace error
49
Internal::Internal(std::string const &what)
50
: Error(
51
"Internal error: " + what +
52
- "\nThis is a bug. Please report at ' "
53
- "https://github.com/openPMD/openPMD-api/issues'.")
+ "\nThis is a bug. Please report at "
+ "https://github.com/openPMD/openPMD-api/issues")
54
{}
55
} // namespace error
56
} // namespace openPMD
0 commit comments