Comment 1 for bug 2006377

Revision history for this message
Brian Murray (brian-murray) wrote :

The same type of error occurs without -r.

[ 2:40PM 10119 ] [ bdmurray@impulse:~/source-trees/ppa-dev-tools(main✗) ]
 $ scripts/ppa tests --show-urls -a armhf ppa:brian-murray/autopkgtest
Traceback (most recent call last):
  File "/home/bdmurray/source-trees/ppa-dev-tools/scripts/ppa", line 916, in <module>
    retval = main(args)
             ^^^^^^^^^^
  File "/home/bdmurray/source-trees/ppa-dev-tools/scripts/ppa", line 890, in main
    config = create_config(lp, args)
             ^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/bdmurray/source-trees/ppa-dev-tools/scripts/ppa", line 423, in create_config
    if args.releases is not None:
       ^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'releases'