Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge #4612 into chrome #4614

Open
wants to merge 1 commit into
base: chrome
Choose a base branch
from
Open

Merge #4612 into chrome #4614

wants to merge 1 commit into from

Conversation

vitorguidi
Copy link
Collaborator

This fixes the following error:

  File "/usr/local/google/home/metzman/clusterfuzz-311/butler.py", line 421, in <module>                                                                                                                           
    sys.exit(main())                                                                                                                                                                                               
             ^^^^^^                                                                                                                                                                                                
  File "/usr/local/google/home/metzman/clusterfuzz-311/butler.py", line 407, in main                                                                                                                               
    return command.execute(args)                                                                                                                                                                                   
           ^^^^^^^^^^^^^^^^^^^^^                                                                                                                                                                                   
  File "/usr/local/google/home/metzman/clusterfuzz-311/src/local/butler/deploy.py", line 576, in execute                                                                                                           
    package.package(                                                                                                                                                                                               
  File "/usr/local/google/home/metzman/clusterfuzz-311/src/local/butler/package.py", line 87, in package
    py_unittest.execute(args={})                                                                                                                                                                                   
  File "/usr/local/google/home/metzman/clusterfuzz-311/src/local/butler/py_unittest.py", line 299, in execute                                 
    target=args.target,                                                                                                                                                                                            
           ^^^^^^^^^^^
AttributeError: 'dict' object has no attribute 'target'

This fixes the following error:

```
  File "/usr/local/google/home/metzman/clusterfuzz-311/butler.py", line 421, in <module>                                                                                                                           
    sys.exit(main())                                                                                                                                                                                               
             ^^^^^^                                                                                                                                                                                                
  File "/usr/local/google/home/metzman/clusterfuzz-311/butler.py", line 407, in main                                                                                                                               
    return command.execute(args)                                                                                                                                                                                   
           ^^^^^^^^^^^^^^^^^^^^^                                                                                                                                                                                   
  File "/usr/local/google/home/metzman/clusterfuzz-311/src/local/butler/deploy.py", line 576, in execute                                                                                                           
    package.package(                                                                                                                                                                                               
  File "/usr/local/google/home/metzman/clusterfuzz-311/src/local/butler/package.py", line 87, in package
    py_unittest.execute(args={})                                                                                                                                                                                   
  File "/usr/local/google/home/metzman/clusterfuzz-311/src/local/butler/py_unittest.py", line 299, in execute                                 
    target=args.target,                                                                                                                                                                                            
           ^^^^^^^^^^^
AttributeError: 'dict' object has no attribute 'target'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant