summaryrefslogtreecommitdiff
path: root/gpscap.py
diff options
context:
space:
mode:
Diffstat (limited to 'gpscap.py')
-rw-r--r--gpscap.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpscap.py b/gpscap.py
index a86cca74..100120e4 100644
--- a/gpscap.py
+++ b/gpscap.py
@@ -109,6 +109,8 @@ class GPSDictionary(ConfigParser.RawConfigParser):
testfield += "<img title='Have regression test' src='regression.png'>"
else:
testfield += tested
+ if self.has_option(dev, "noconfigure"):
+ testfield += "<img title='Requires -b option' src='noconfigure.png'>"
if self.get(dev, "status") == "excellent":
testfield += "<img src='star.png'><img src='star.png'><img src='star.png'><img src='star.png'>"
elif self.get(dev, "status") == "good":