Loading tests/conftest.py +3 −3 Original line number Diff line number Diff line Loading @@ -694,11 +694,11 @@ class DecoderFrontend: # TODO: centralize this in a utils file if system == "Windows": netsim_path = "./scripts/tools/Win32/networkSimulator_g192.exe" netsim_path = SCRIPTS_DIR.joinpath("tools/Win32/networkSimulator_g192.exe") elif system == "Linux": netsim_path = "./scripts/tools/Linux/networkSimulator_g192" netsim_path = SCRIPTS_DIR.joinpath("tools/Linux/networkSimulator_g192") elif system == "Darwin": netsim_path = "./scripts/tools/Darwin/networkSimulator_g192" netsim_path = SCRIPTS_DIR.joinpath("tools/Darwin/networkSimulator_g192") else: raise ValueError(f'Wrong system "{system}"!') Loading Loading
tests/conftest.py +3 −3 Original line number Diff line number Diff line Loading @@ -694,11 +694,11 @@ class DecoderFrontend: # TODO: centralize this in a utils file if system == "Windows": netsim_path = "./scripts/tools/Win32/networkSimulator_g192.exe" netsim_path = SCRIPTS_DIR.joinpath("tools/Win32/networkSimulator_g192.exe") elif system == "Linux": netsim_path = "./scripts/tools/Linux/networkSimulator_g192" netsim_path = SCRIPTS_DIR.joinpath("tools/Linux/networkSimulator_g192") elif system == "Darwin": netsim_path = "./scripts/tools/Darwin/networkSimulator_g192" netsim_path = SCRIPTS_DIR.joinpath("tools/Darwin/networkSimulator_g192") else: raise ValueError(f'Wrong system "{system}"!') Loading