Skip to content

Commit

Permalink
Fix failing style checks (#6207)
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca authored Mar 31, 2020
1 parent 8aa7a1a commit ddf7e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _get_counter_dictionary(self):
# for more detail

# create a table of the keys to the counter index, because we want to look up
# by counter name. Some systems may have an odd number of entries, don't
# by counter name. Some systems may have an odd number of entries, don't
# accidentaly index at val[len(val]
for idx in range(0, len(val) - 1, 2):
WinPDHCounter.pdh_counter_dict[val[idx + 1]].append(val[idx])
Expand Down

0 comments on commit ddf7e55

Please sign in to comment.