mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-09 16:01:28 +00:00
Drop workaround for an old pylint bug
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
This commit is contained in:
parent
434ca8952e
commit
68b41fc82f
@ -613,10 +613,7 @@ def rmadison(url, package, suite=None, arch=None):
|
|||||||
if suite:
|
if suite:
|
||||||
suite = suite.replace('-proposed-updates', '-p-u')
|
suite = suite.replace('-proposed-updates', '-p-u')
|
||||||
|
|
||||||
# pylint bug: http://www.logilab.org/ticket/46273
|
|
||||||
# pylint: disable=E1103
|
|
||||||
for line in output.strip().splitlines():
|
for line in output.strip().splitlines():
|
||||||
# pylint: enable=E1103
|
|
||||||
pkg, ver, dist, archs = [x.strip() for x in line.split('|')]
|
pkg, ver, dist, archs = [x.strip() for x in line.split('|')]
|
||||||
comp = 'main'
|
comp = 'main'
|
||||||
if '/' in dist:
|
if '/' in dist:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user