pytec: comment updated to indicate workaround

pull/41/head
topquark12 2021-01-06 11:00:28 +08:00
parent 6fe2f151ff
commit 3b6ce68a62
1 changed files with 1 additions and 1 deletions

View File

@ -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