Closed
Bug 1478223
Opened 7 years ago
Closed 7 years ago
AttributeError: 'Vendor' object has no attribute 'parser'
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1459830
People
(Reporter: arai, Unassigned)
Details
steps to reproduce:
1. run ./mach vendor
actual result:
The error occurred in the implementation of the invoked mach command.
This should never occur and is likely a bug in the implementation of that
command. Consider filing a bug for this issue.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
AttributeError: 'Vendor' object has no attribute 'parser'
File "/Users/arai/projects/mozilla-unified/python/mozbuild/mozbuild/mach_commands.py", line 2315, in vendor
self.parser.print_usage()
here's the code:
https://searchfox.org/mozilla-central/rev/bdfd20ef30d521b57d5b6feeda71325e8b4cad66/python/mozbuild/mozbuild/mach_commands.py#2315
> def vendor(self):
> self.parser.print_usage()
> sys.exit(1)
Updated•7 years ago
|
Component: Mach Core → General
You need to log in
before you can comment on or make changes to this bug.
Description
•