Skip to content

Commit

Permalink
Fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Coavoux committed May 29, 2015
1 parent 0195d9b commit 1c79e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/libs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def dict_serialize(serv, mac_resol, datasource):
# ie: `dot3StatsExcessiveCollisions`
ds_data.setdefault("ds_name", ds_name)
ds_data.setdefault("ds_type", default_ds_type)
ds_data.setdefault("ds_min_oid_vallue", default_ds_min_oid_value)
ds_data.setdefault("ds_min_oid_value", default_ds_min_oid_value)
for name in ["ds_unit", ]:
ds_data.setdefault(name, "")
# Set default ds datas
Expand Down

0 comments on commit 1c79e6e

Please sign in to comment.