Skip to content

Commit

Permalink
Add array element count to the log header
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHubDragonFly authored Mar 27, 2021
1 parent 62b6824 commit 0a00fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/81_simple_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ def startUpdateValue():

if len(arrayTags) > 0:
for key in arrayTags:
logHeader += key + ', '
logHeader += key + '{' + str(arrayTags[key]) + '}, '

tagsSet = True

Expand Down

0 comments on commit 0a00fba

Please sign in to comment.