Loading tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -422,7 +422,7 @@ class DecoderFrontend: system = platform.system() if system == "Windows": eid_path = "./scripts/tools/Windows/eid-xor.exe" eid_path = "./scripts/tools/Win32/eid-xor.exe" elif system == "Linux": eid_path = "./scripts/tools/Linux/eid-xor" elif system == "Darwin": Loading Loading
tests/conftest.py +1 −1 Original line number Diff line number Diff line Loading @@ -422,7 +422,7 @@ class DecoderFrontend: system = platform.system() if system == "Windows": eid_path = "./scripts/tools/Windows/eid-xor.exe" eid_path = "./scripts/tools/Win32/eid-xor.exe" elif system == "Linux": eid_path = "./scripts/tools/Linux/eid-xor" elif system == "Darwin": Loading