donnemartin / saws

A supercharged AWS command line interface (CLI).
Other
5.24k stars 281 forks source link

Blank entry showing up in list of completion if there is no optional value set for a given tag's key #41

Closed donnemartin closed 8 years ago

donnemartin commented 8 years ago

Each tag consists of a key and an optional value. If there is no value specified, a blank is placed in the list of completions. Selecting this blank results in a "list index out of range" error.