commit | 569796c31a6e07092200402e3655a4f41d94e154 | [log] [tgz] |
---|---|---|
author | George Keishing <gkeishin@in.ibm.com> | Mon Jun 10 13:25:53 2019 -0500 |
committer | George Keishing <gkeishin@in.ibm.com> | Mon Jun 10 14:31:38 2019 -0500 |
tree | 979d48ce0a5942e843c2aefecb551c1a9fdf1048 | |
parent | c191ed70991307763fa4e5b62b7859e1161cf127 [diff] [blame] |
Fix python3.x backward changes Change-Id: Ia33d10935faa2306b19fa6082a1df8a2240ebf83 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/utilities.py b/lib/utilities.py index 5093333..ae3ad24 100755 --- a/lib/utilities.py +++ b/lib/utilities.py
@@ -118,7 +118,7 @@ def main(): - print get_vpd_inventory_list('../data/Palmetto.py', 'DIMM') + print(get_vpd_inventory_list('../data/Palmetto.py', 'DIMM')) if __name__ == "__main__":