Skip to content

Commit 6519106

Browse files
author
Adityashankar Kini
committed
Typo
1 parent ff32a7e commit 6519106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcclient/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ def add_dashboard_panel(self, dashboard, name, panel_type, metrics, scope=None,
436436
k_count += 1
437437
else:
438438
i = v_count
439-
i_count += 1
439+
v_count += 1
440440
property_names[metric['id']] = property_name + str(i)
441441

442442
panel_configuration['metrics'].append({

0 commit comments

Comments
 (0)