Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
28c17ea5
Commit
28c17ea5
authored
Sep 20, 2026
by
Eric Duminil
Browse files
One newline too many
parent
2101e36f
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/simstadt/cli.py
View file @
28c17ea5
...
@@ -75,7 +75,7 @@ def cmd_run(args: argparse.Namespace) -> None:
...
@@ -75,7 +75,7 @@ def cmd_run(args: argparse.Namespace) -> None:
print
(
f
"Error:
{
e
}
"
,
file
=
sys
.
stderr
)
print
(
f
"Error:
{
e
}
"
,
file
=
sys
.
stderr
)
raise
SystemExit
(
1
)
raise
SystemExit
(
1
)
print
(
f
"
\n
{
results
.
description
}
\n
"
)
print
(
f
"
{
results
.
description
}
\n
"
)
for
kpi
in
results
.
kpis
:
for
kpi
in
results
.
kpis
:
print
(
f
"
{
kpi
}
"
)
print
(
f
"
{
kpi
}
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment