Skip to content

Commit 3c8a7df

Browse files
whitequarksbourdeauducq
whitequark
authored andcommittedSep 14, 2016
coreanalyzer: fix rtio_log message extraction.
Fixes #550.
1 parent 6150ab8 commit 3c8a7df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎artiq/coredevice/analyzer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def _extract_log_chars(data):
263263
n = data >> 24
264264
data = (data << 8) & 0xffffffff
265265
if not n:
266-
return r
266+
continue
267267
r += chr(n)
268268
return r
269269

0 commit comments

Comments
 (0)
Please sign in to comment.