From dd0a1518e481eed9a516278efc4e497d87aa3749 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 4 Feb 2020 09:56:42 +0100 Subject: extract-geom: Remove extra newlines --- scripts/extract-geom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/extract-geom b/scripts/extract-geom index c1ff3675..a5d42057 100755 --- a/scripts/extract-geom +++ b/scripts/extract-geom @@ -8,6 +8,6 @@ with open(sys.argv[1]) as f: s = f.readline() s = f.readline() while "End geometry file" not in s: - print(s.rstrip("\r\n")+"\n"), + print(s.rstrip("\r\n")), s = f.readline() -- cgit v1.2.3