From 62a847ba34f3e25ede231b72046e1f7df6841ffd Mon Sep 17 00:00:00 2001 From: Tim Stirrat Date: Sun, 28 Jul 2024 15:48:09 +0200 Subject: [PATCH] windows -> nt --- tests/bgb_get_snapshot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/bgb_get_snapshot.py b/tests/bgb_get_snapshot.py index e28e9ad..ecc3f08 100644 --- a/tests/bgb_get_snapshot.py +++ b/tests/bgb_get_snapshot.py @@ -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 = [