mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-08 23:41:28 +00:00
Wrap long line.
This commit is contained in:
parent
c8a854cc4a
commit
36b422605b
@ -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']
|
||||
|
Loading…
x
Reference in New Issue
Block a user