Fix gnt-instance info i1 i2 ...
authorGuido Trotter <ultrotter@google.com>
Sat, 16 Feb 2008 13:09:24 +0000 (13:09 +0000)
committerGuido Trotter <ultrotter@google.com>
Sat, 16 Feb 2008 13:09:24 +0000 (13:09 +0000)
commit96d7b4280cf8e0bc9f6b5547fd30bac46b0049f6
treec520776bcfb7366a7a1bbc80aea45c3266e10213
parentb1d248398f7365fad4215530ab334f77362cc877
Fix gnt-instance info i1 i2 ...

Due to an indentation error only the last instance queried got returned by
LUQueryInstanceData. Moving the append() call inside the for cycle to fix this
issue.

This is a one-liner targeted at 1.2.3

Reviewed-by: iustinp
lib/cmdlib.py