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 212bdfb commit 129ea1bCopy full SHA for 129ea1b
src/stagpy/__main__.py
@@ -44,10 +44,8 @@ def main() -> None:
44
raise
45
errtype = type(err).__name__
46
print(
47
- "Oops! StagPy encountered the following problem while "
48
- "processing your request.",
49
- "Please check the path to your "
50
- "simulation and the command line arguments.",
+ "Oops! StagPy encountered the following problem while processing your request.",
+ "Please check the path to your simulation and the command line arguments.",
51
"",
52
f"{errtype}: {err}",
53
sep="\n",
0 commit comments