pytec: comment updated to indicate workaround
This commit is contained in:
parent
6fe2f151ff
commit
3b6ce68a62
@ -245,7 +245,7 @@ def main():
|
||||
for data in tec.report_mode():
|
||||
try:
|
||||
ch = data[channel]
|
||||
# Sometimes report_mode may yeild empty object
|
||||
# Workaround for report_mode may yeild empty object
|
||||
except KeyError:
|
||||
continue
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user