From a6d1f89687bb7b5a57b3115e081489505e930d7b Mon Sep 17 00:00:00 2001 From: Paul Kronenwetter Date: Mon, 23 May 2022 20:05:05 -0400 Subject: [PATCH] Restore accidentally deleted code. --- test/test_highsnr_stdio_P_C_datacx.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_highsnr_stdio_P_C_datacx.py b/test/test_highsnr_stdio_P_C_datacx.py index 49ce5842..ef6df185 100644 --- a/test/test_highsnr_stdio_P_C_datacx.py +++ b/test/test_highsnr_stdio_P_C_datacx.py @@ -34,7 +34,6 @@ def test_HighSNR_P_C_DATACx(bursts: int, frames_per_burst: int, mode: str): :param testframes: Number of test frames to transmit :type testframes: str """ - # Facilitate running from main directory as well as inside test/ tx_side = "util_tx.py" if os.path.exists("test") and os.path.exists(os.path.join("test", tx_side)):