Skip to content

Commit

Permalink
Remove invalid EEF-Charlie collection name.
Browse files Browse the repository at this point in the history
  • Loading branch information
smithara committed Aug 23, 2019
1 parent 925bbdb commit 8556430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viresclient/_client_swarm.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def _set_available_data():
"TEC": ["SW_OPER_TEC{}TMS_2F".format(x) for x in ("ABC")],
"FAC": ["SW_OPER_FAC{}TMS_2F".format(x) for x in ("ABC")] +
["SW_OPER_FAC_TMS_2F"],
"EEF": ["SW_OPER_EEF{}TMS_2F".format(x) for x in ("ABC")],
"EEF": ["SW_OPER_EEF{}TMS_2F".format(x) for x in ("AB")],
"IPD": ["SW_OPER_IPD{}IRR_2F".format(x) for x in ("ABC")],
}
collections_flat = [
Expand Down

0 comments on commit 8556430

Please sign in to comment.