jhbuild r2510 - in trunk: . jhbuild/buildbot
- From: fpeters svn gnome org
- To: svn-commits-list gnome org
- Subject: jhbuild r2510 - in trunk: . jhbuild/buildbot
- Date: Thu, 13 Nov 2008 20:20:49 +0000 (UTC)
Author: fpeters
Date: Thu Nov 13 20:20:49 2008
New Revision: 2510
URL: http://svn.gnome.org/viewvc/jhbuild?rev=2510&view=rev
Log:
* jhbuild/buildbot/changes.py: makes sure there is a line to read when
reading notification emails.
Modified:
trunk/ChangeLog
trunk/jhbuild/buildbot/changes.py
Modified: trunk/jhbuild/buildbot/changes.py
==============================================================================
--- trunk/jhbuild/buildbot/changes.py (original)
+++ trunk/jhbuild/buildbot/changes.py Thu Nov 13 20:20:49 2008
@@ -67,7 +67,7 @@
links.append(line.split(':', 1)[1].strip())
if line[:-1] == 'Log:':
- while not (lines[0].startswith('Added:') or
+ while lines and not (lines[0].startswith('Added:') or
lines[0].startswith('Modified:') or
lines[0].startswith('Removed:')):
comments += lines.pop(0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]