gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] SConstruct: Remove extra newline from aiogps.py python too o


From: Ladislav Michl
Subject: [PATCH 1/3] SConstruct: Remove extra newline from aiogps.py python too old announce
Date: Sun, 2 Feb 2020 10:42:32 +0100

---
 Note: another patch was originaly here, but I decided not to change
 anything I do not necessarily need to chance. This is just a placeholder
 to keep patch numbering.

 SConstruct | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SConstruct b/SConstruct
index b422f1e97..8d3623746 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1402,7 +1402,7 @@ elif config.env['python']:
         if 3 > int(sysver[0]) or 6 > int(sysver[2]):
             config.env['aiogps'] = False
             announce("WARNING: Python%s too old (need 3.6): "
-                     "gps/aiogps.py will not be installed\n" %
+                     "gps/aiogps.py will not be installed" %
                      (sysver), end=True)
         else:
             config.env['aiogps'] = True
-- 
2.25.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]