Commit e608eee
authored
Fixing typo in py_unittest breaking deployments (#4612)
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'
```1 parent a6cffd4 commit e608eee
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
| |||
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
87 | | - | |
88 | | - | |
89 | 86 | | |
90 | 87 | | |
91 | 88 | | |
| |||
0 commit comments