There was an error while loading. Please reload this page.
1 parent ec8411a commit a0b0fd9Copy full SHA for a0b0fd9
1 file changed
examples/dmidump.py
@@ -65,8 +65,6 @@ def print_warnings():
65
print_warnings()
66
print "*** system ***\n"; dmidecode.system()
67
68
- print "*** system ***\n"; dmidecode.system()
69
- print_warnings()
70
print "*** baseboard ***\n"; dmidecode.baseboard()
71
72
print "*** chassis ***\n"; dmidecode.chassis()
@@ -105,8 +103,6 @@ def print_warnings():
105
103
106
104
print "*** system ***\n"; pprint(dmidecode.QuerySection('system'))
107
108
-print "*** system ***\n"; pprint(dmidecode.QuerySection('system'))
109
-print_warnings()
110
print "*** baseboard ***\n"; pprint(dmidecode.QuerySection('baseboard'))
111
112
print "*** chassis ***\n"; pprint(dmidecode.QuerySection('chassis'))
0 commit comments