From 96c480ea5447dc7172ad56ca895dbed54070b8b0 Mon Sep 17 00:00:00 2001 From: jaseg Date: Mon, 20 Apr 2020 14:03:35 +0200 Subject: fw sim: Update for uni servers --- controller/fw/tools/dsss_demod_test_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'controller/fw/tools') diff --git a/controller/fw/tools/dsss_demod_test_runner.py b/controller/fw/tools/dsss_demod_test_runner.py index c0f737d..51fc09b 100644 --- a/controller/fw/tools/dsss_demod_test_runner.py +++ b/controller/fw/tools/dsss_demod_test_runner.py @@ -101,7 +101,7 @@ def run_test(seed, amplitude_spec, background, nbits, decimation, symbols, thfs, proc = subprocess.Popen(cmdline, stdout=subprocess.PIPE, text=True) stdout, _stderr = proc.communicate() if proc.returncode != 0: - raise SystemError(f'Subprocess signalled error: {proc.returncode=}') + raise SystemError(f'Subprocess signalled error: {proc.returncode}') lines = stdout.splitlines() matched = [ l.partition('[')[2].partition(']')[0] -- cgit