From: Michael Tremer Date: Fri, 18 Nov 2011 12:02:48 +0000 (+0100) Subject: Ignore more invalid vendor strings: "empty". X-Git-Tag: v2.1.3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dafc23999fc2c2e63e0d329e166ef35b8a7a4617;p=oddments%2Ffireinfo.git Ignore more invalid vendor strings: "empty". --- diff --git a/fireinfo/system.py b/fireinfo/system.py index c1d5898..5193f32 100644 --- a/fireinfo/system.py +++ b/fireinfo/system.py @@ -42,7 +42,7 @@ INVALID_ID_STRINGS = ( "12345", "54321", "202020", "Chassis", "chassis", "Not Applicable", - "None", + "None", "empty", "01010101-0101-0101-0101-010101010101", "00020003-0004-0005-0006-000700080009", "00000000",