From 24f0096cd4e1137fe85f47f628c60c20dad92fc7 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Fri, 3 Dec 2021 15:51:04 +0000 Subject: [PATCH] whitespace --- src/soc/config/test/test_pi2ls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/soc/config/test/test_pi2ls.py b/src/soc/config/test/test_pi2ls.py index 79bab3ea..8c356595 100644 --- a/src/soc/config/test/test_pi2ls.py +++ b/src/soc/config/test/test_pi2ls.py @@ -118,7 +118,7 @@ def pi_ld(port1, addr, datalen, msr_pr=0): if exc_happened: return None, "slow" - yield from wait_busy(port1,debug="pi_ld_E") # wait while busy + yield from wait_busy(port1, debug="pi_ld_E") # wait while busy exc_happened = yield port1.exc_o.happened if exc_happened: -- 2.30.2