Commit b369d49e authored by Eric Duminil's avatar Eric Duminil
Browse files

More infos

parent 809338b2
...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment