Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2009-10-05 07:13:11 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-03-12 01:33:43 (GMT)
commitde9be516084f0f8a231d3806b8cfa7e673e33768 (patch)
treefafc1c4b70d3e22c31c0a97664c7553a34b16828
parent90e777e4f6171dd6d64b12e3d21819d7f87399b5 (diff)
Add missing newline
-rw-r--r--sjhbuild/sysdeps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sjhbuild/sysdeps.py b/sjhbuild/sysdeps.py
index a328ab2..7aeb026 100644
--- a/sjhbuild/sysdeps.py
+++ b/sjhbuild/sysdeps.py
@@ -39,7 +39,7 @@ def get_distribution():
_cached_dversion = _pipe_lower(['lsb_release', '-rs'])
except OSError:
- sys.stderr.write('ERROR: Could not run lsb_release. Is it installed?')
+ sys.stderr.write('ERROR: Could not run lsb_release. Is it installed?\n')
return _cached_dname, _cached_dversion