Skip to content

Commit

Permalink
windows -> nt
Browse files Browse the repository at this point in the history
  • Loading branch information
tstirrat committed Jul 28, 2024
1 parent 8582f24 commit 62a847b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/bgb_get_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def make_and_run(rom_relative):

bgb_exe = ["wine", "../bgb/bgb64.exe"]

if os.name == 'Windows':
# windows
if os.name == 'nt':
bgb_exe = ["../bgb/bgb64.exe"]

cmd = [
Expand Down

0 comments on commit 62a847b

Please sign in to comment.