Skip to content

Commit

Permalink
Merge pull request #255 from pyoscx/fix_esmini_runner_replayer_window…
Browse files Browse the repository at this point in the history
…_size_arguments

Fix esmini runner replayer window size handling
  • Loading branch information
atingber authored Sep 30, 2024
2 parents 5ced937 + 2003ce0 commit 5250fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenariogeneration/esmini_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def esmini(
"--res_path",
os.path.join(resource_path, os.pardir),
"--window",
window_size,
*window_size.split(),
"--path",
generation_path,
]
Expand Down

0 comments on commit 5250fec

Please sign in to comment.