diff options
Diffstat (limited to 'test/list-modems')
-rwxr-xr-x | test/list-modems | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/list-modems b/test/list-modems index 154b93e3..191743bc 100755 --- a/test/list-modems +++ b/test/list-modems @@ -18,7 +18,7 @@ for path in properties["Modems"]: print "[ %s ]" % (path) for key in properties.keys(): - if key in ["Interfaces"]: + if key in ["Interfaces", "Features"]: val = "" for i in properties[key]: val += i + " " |