[sysadmin-bin] No need of a newline here.



commit 676060634fe7ed46cd78d236516a3f619919b104
Author: Andrea Veri <av gnome org>
Date:   Sat Sep 14 17:13:20 2013 +0200

    No need of a newline here.

 generate-mirror-list.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/generate-mirror-list.py b/generate-mirror-list.py
index 026e1d7..fb37fbd 100755
--- a/generate-mirror-list.py
+++ b/generate-mirror-list.py
@@ -35,7 +35,7 @@ for location in continents_list:
     result = cur.fetchall()
 
     if not result:
-        f.write('\n' + '\t' + "No available mirrors for this country / continent as of now." + '\n')
+        f.write('\n' + '\t' + "No available mirrors for this country / continent as of now.")
     else:
         for i in result:
             f.write('\n' + '\t' + (str(i[0])))


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