mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-05-10 08:21:29 +00:00
* massfile:
- fixed bug where to find example files, - made url get checked beforehand.
This commit is contained in:
parent
0a00f91d9b
commit
20f58ebcb6
4
debian/changelog
vendored
4
debian/changelog
vendored
@ -1,6 +1,8 @@
|
|||||||
ubuntu-dev-tools (0.14) UNRELEASED; urgency=low
|
ubuntu-dev-tools (0.14) UNRELEASED; urgency=low
|
||||||
|
|
||||||
* massfile: fixed bug where to find example files.
|
* massfile:
|
||||||
|
- fixed bug where to find example files,
|
||||||
|
- made url get checked beforehand.
|
||||||
|
|
||||||
-- Daniel Holbach <daniel.holbach@ubuntu.com> Thu, 27 Sep 2007 11:43:55 +0200
|
-- Daniel Holbach <daniel.holbach@ubuntu.com> Thu, 27 Sep 2007 11:43:55 +0200
|
||||||
|
|
||||||
|
1
massfile
1
massfile
@ -88,6 +88,7 @@ def read_buglist(url):
|
|||||||
BugList = Connector.ConnectBugList()
|
BugList = Connector.ConnectBugList()
|
||||||
packages = set()
|
packages = set()
|
||||||
|
|
||||||
|
if url:
|
||||||
buglist = BugList(url)
|
buglist = BugList(url)
|
||||||
for bug in buglist.bugs:
|
for bug in buglist.bugs:
|
||||||
packages.add(bug.sourcepackage)
|
packages.add(bug.sourcepackage)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user