Skip to content

Commit

Permalink
remove full posix path
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent dccd961 commit b0612e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bgb_get_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def make_and_run(rom_relative):
"-autoexit"
"-hf",
"-stateonexit",
"-screenonexit", screenshot_path.absolute().as_posix(),
# "-screenonexit", screenshot_path.absolute().as_posix(),
rom_relative,
]

Expand Down

0 comments on commit b0612e0

Please sign in to comment.