Closed
Bug 1572366
Opened 6 years ago
Closed 6 years ago
moz-phab raises when updating a revision without providing a message
Categories
(Conduit :: moz-phab, defect, P2)
Conduit
moz-phab
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zalun, Assigned: zalun)
Details
(Keywords: conduit-triaged)
Attachments
(1 file)
File "/Users/zalun/Projects/MOZ/CONDUIT/review/tests/../moz-phab", line 3714, in submit
comment=args.message.decode("utf8"),
AttributeError: 'NoneType' object has no attribute 'decode'
| Assignee | ||
Comment 1•6 years ago
|
||
If no arc is used no default message is given when updating a revision.
This patch makes sure to not decode a None.
| Assignee | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•