[sysadmin-bin: 126/168] Really fix the problem



commit fa43f2674dfb38228ee41bad81ecb0f6a4313b25
Author: Olav Vitters <olav bkor dhs org>
Date:   Thu Jul 30 14:10:05 2009 +0200

    Really fix the problem

 doap-from-maintainers |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/doap-from-maintainers b/doap-from-maintainers
index c936417..bf4d6e7 100755
--- a/doap-from-maintainers
+++ b/doap-from-maintainers
@@ -14,13 +14,12 @@ projectnode = semi_rdf.Node((DOAP, "Project"), )
 nodes = [projectnode]
 
 data = sys.stdin.read()
+data += "\n\n\n" # simplifies logic
 
 nr, name, email, uid = 0, None, None, None
 for l in data.splitlines():
     if l.startswith('#'): continue
 
-    data += "\n\n\n" # simplifies logic
-
     nr += 1
 
     if l == "":



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