commit | 0a5a1935004868064863601c87af56229e871300 | [log] [tgz] |
---|---|---|
author | George Keishing <gkeishin@in.ibm.com> | Sun Jan 20 12:24:23 2019 -0600 |
committer | George Keishing <gkeishin@in.ibm.com> | Tue Jan 22 04:34:16 2019 +0000 |
tree | e4014a98529ec6757785c0bf9e6c1acd3a5c9628 | |
parent | 23097ddd55e99654ab6142ae726ce379f3ddc80c [diff] |
Fix python2.7 and python3.x compatible code Change-Id: Ifb625daad3bf4073680e669d97570ac9d5096c0a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/data/model.py b/data/model.py index 926371b..18065b1 100755 --- a/data/model.py +++ b/data/model.py
@@ -49,8 +49,6 @@ for i in m.FRU_INSTANCES.keys(): if m.FRU_INSTANCES[i]['fru_type'] == fru_type: - print 'found one' - s = i.replace('<inventory_root>', m.INVENTORY_ROOT) inventory_list.append(s)