From 5e254b9850dc4b8d5aa235d0f0ae9eda8c66ebac Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 24 Oct 2013 11:39:49 -0400 Subject: Update the hardware database; add a regression test for the GR601-W. --- gpscap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpscap.py') diff --git a/gpscap.py b/gpscap.py index 44531b15..b00f46c7 100644 --- a/gpscap.py +++ b/gpscap.py @@ -149,7 +149,7 @@ class GPSDictionary(ConfigParser.RawConfigParser): else: ofp.write("?
\n") else: - ofp.write(" \n") + ofp.write("No\n") if self.has_option(dev, "notes"): notes = self.get(dev, "notes") else: -- cgit v1.2.1