Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Apr 21, 2024
1 parent a53b44b commit 6774cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matsim/runtime/eqasim.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def execute(context):
# Build eqasim
maven.run(context, ["-Pstandalone", "--projects", "ile_de_france", "--also-make", "package", "-DskipTests=true"], cwd = "%s/eqasim-java" % context.path())

if not os.path.exists("%s/eqasim-java/ile_de_france/target/ile_de_france-%s.jar".format(context.path(), version)):
if not os.path.exists("{}/eqasim-java/ile_de_france/target/ile_de_france-{}.jar".format(context.path(), version)):
raise RuntimeError("The JAR was not created correctly. Wrong eqasim_version specified?")

# Special case: We provide the jar directly. This is mainly used for
Expand Down

0 comments on commit 6774cb5

Please sign in to comment.