Tue 16 Mar 2010 03:05:58 AM UTC, original submission:
there's a little bug in the launchpad-integration package (Delta H). Instead to open the browser and point to http://www.gnewsense.org/MainRepo/Launchpad-integration it crash with the following error:
crap0101@gNS01:~$ launchpad-integration -iP evince
Traceback (most recent call last):
File "<string>", line 5, in <module>
File "/usr/share/launchpad-integration/launchpadintegration/main.py", line 56, in main
return showUrl(getInfoUrl(pkginfo), logger)
File "/usr/share/launchpad-integration/launchpadintegration/urls.py", line 59, in getInfoUrl
return urlparse.urljoin(getSourcePackageUrl(pkginfo, 'answers'),
File "/usr/share/launchpad-integration/launchpadintegration/urls.py", line 55, in getSourcePackageUrl
prefix = launchpadDistroPrefix(facet)
File "/usr/share/launchpad-integration/launchpadintegration/urls.py", line 52, in launchpadDistroPrefix
return 'http://lp.gnewsense.org/%s/%s/' % (prefix, distro.lower(), release)
TypeError: not all arguments converted during string formatting
Attached is a patch to fix it (file urls.py).
|