Closed
Bug 1876257
Opened 1 year ago
Closed 1 year ago
AttributeError: 'Config' object has no attribute 'name' when auto-submitting after updating moz-phab to 1.5.0
Categories
(Conduit :: moz-phab, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emilio, Assigned: emilio)
References
Details
Attachments
(1 file)
I had to remove the auto-submit from the configuration to proceed:
ERROR 2024-01-24 11:15:43,127 Traceback (most recent call last):
File "/home/emilio/.local/lib/python3.11/site-packages/mozphab/mozphab.py", line 126, in main
args.func(repo, args)
File "/home/emilio/.local/lib/python3.11/site-packages/mozphab/commands/submit.py", line 709, in submit
raise e
File "/home/emilio/.local/lib/python3.11/site-packages/mozphab/commands/submit.py", line 700, in submit
_submit(repo, args)
File "/home/emilio/.local/lib/python3.11/site-packages/mozphab/commands/submit.py", line 554, in _submit
"Automatically submitting (as per submit.auto_submit in %s)", config.name
^^^^^^^^^^^
AttributeError: 'Config' object has no attribute 'name'
| Assignee | ||
Comment 1•1 year ago
|
||
| Assignee | ||
Comment 2•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → emilio
Status: NEW → ASSIGNED
Comment 3•1 year ago
|
||
Regressed by https://phabricator.services.mozilla.com/D197187 (no bug).
Comment 5•1 year ago
|
||
I'm going to publish a 1.5.1 release to get this fix out.
We should add an integration test for the auto-submit functionality while we're at it.
Comment 7•1 year ago
|
||
Resolved in moz-phab 1.5.1.
You need to log in
before you can comment on or make changes to this bug.
Description
•