Code review comment for lp:~leonardr/ubuntu-qa-tools/fix-api-usage

Revision history for this message
Ara Pulido (ara) wrote :

Running one of your modified scripts I got the following error:

./bugs-since-sometime.py 3
Traceback (most recent call last):
  File "./bugs-since-sometime.py", line 57, in <module>
    primary = launchpad.load(launchpad._root_uri + 'ubuntu/+archive/primary')
TypeError: unsupported operand type(s) for +: 'URI' and 'str'

review: Needs Information

« Back to merge proposal