mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-13 08:01:09 +00:00
Remove this left behind space.
This commit is contained in:
parent
772d40b939
commit
cbfdaaea55
2
buildd
2
buildd
@ -109,7 +109,7 @@ print "Current build status for this package is as follows:"
|
||||
for m in re.finditer('"/ubuntu/\+source/%s/%s(/\+build/\d+)"[^\n]+\n\s*(\w+).*?<span>(\w+)</span>.*?</a>\s*([^\n]+)\n' %
|
||||
(package.replace('+', '\+'), version.replace('+', '\+')), page, re.S):
|
||||
if m.group(2) == release:
|
||||
print '%s\t : %s.' % (m.group(3), m.group(4))
|
||||
print '%s\t: %s.' % (m.group(3), m.group(4))
|
||||
buildstats[url + m.group(1)] = [m.group(3).strip(), m.group(4).strip()]
|
||||
|
||||
# Operations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user