Skip to content

Commit 37258d6

Browse files
committed
Fix typo that made flake8 bark
1 parent b409f3f commit 37258d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/test_marble_family/ctrace_dump_gps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def ctrace_collect(fpga, ctrace_base="ctrace"):
9090
wait_cnt = 0
9191
while True:
9292
a = fpga.reg_read([ctrace_status_name])[0]
93-
print(("poll %s 0x%x" % (ctrace_status_name, a))
93+
print("poll %s 0x%x" % (ctrace_status_name, a))
9494
if (a & 1) == 0:
9595
break
9696
wait_cnt += 1

0 commit comments

Comments
 (0)