whitespace
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 3 Dec 2021 15:51:04 +0000 (15:51 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 3 Dec 2021 15:51:04 +0000 (15:51 +0000)
src/soc/config/test/test_pi2ls.py

index 79bab3ead5d3095e7df1e45dcaaf6d252b0cda7a..8c35659564625a353927035997a8116b23c63902 100644 (file)
@@ -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: