Wrap long line.

This commit is contained in:
Benjamin Drung 2011-03-05 22:11:52 +01:00
parent c8a854cc4a
commit 36b422605b

View File

@ -64,7 +64,8 @@ def main():
suite = version
line = list(rmadison('debian', package, suite, 'source'))
if not line:
Logger.error('Unable to find %s in Debian suite "%s".', package, suite)
Logger.error('Unable to find %s in Debian suite "%s".', package,
suite)
sys.exit(1)
line = line[-1]
version = line['version']