Skip to content

Commit 129ea1b

Browse files
committed
fix format of long str that still fit in one line
1 parent 212bdfb commit 129ea1b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/stagpy/__main__.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,8 @@ def main() -> None:
4444
raise
4545
errtype = type(err).__name__
4646
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.",
47+
"Oops! StagPy encountered the following problem while processing your request.",
48+
"Please check the path to your simulation and the command line arguments.",
5149
"",
5250
f"{errtype}: {err}",
5351
sep="\n",

0 commit comments

Comments
 (0)