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
b369d49e
Commit
b369d49e
authored
Mar 12, 2026
by
Eric Duminil
Browse files
More infos
parent
809338b2
Changes
1
Show whitespace changes
Inline
Side-by-side
src/simstadt/runner.py
View file @
b369d49e
...
@@ -42,7 +42,9 @@ def find_simstadt(parent_folder: Path, simstadt_glob: str = SIMSTADT2_GLOB) -> P
...
@@ -42,7 +42,9 @@ def find_simstadt(parent_folder: Path, simstadt_glob: str = SIMSTADT2_GLOB) -> P
except
StopIteration
as
e
:
except
StopIteration
as
e
:
raise
ValueError
(
raise
ValueError
(
f
"SimStadt not found in
{
parent_folder
}
/
{
simstadt_glob
}
. "
f
"SimStadt not found in
{
parent_folder
}
/
{
simstadt_glob
}
. "
"Set the SIMSTADT_FOLDER environment variable."
"Please Set the SIMSTADT_FOLDER environment variable,"
"or install SimStadt on the Desktop."
"https://simstadt.hft-stuttgart.de/getting-started/install-software/"
)
from
e
)
from
e
...
...
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