mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 882160 - Unbust mach mozbuild-reference; r=ted
Regressed from bug 863069. --HG-- extra : rebase_source : ed545daf8e6c60817e99407a9be360b5e85576e6
This commit is contained in:
parent
39cce294b2
commit
49d5e53aad
@ -112,7 +112,7 @@ class MozbuildFileCommands(object):
|
||||
return 0
|
||||
|
||||
def variable_reference(self, v):
|
||||
typ, default, doc = VARIABLES[v]
|
||||
st_typ, in_type, default, doc = VARIABLES[v]
|
||||
|
||||
print(v)
|
||||
print('=' * len(v))
|
||||
@ -122,7 +122,8 @@ class MozbuildFileCommands(object):
|
||||
|
||||
print(summary)
|
||||
print('')
|
||||
print('Type: %s' % typ.__name__)
|
||||
print('Storage Type: %s' % st_typ.__name__)
|
||||
print('Input Type: %s' % in_type.__name__)
|
||||
print('Default Value: %s' % default)
|
||||
print('')
|
||||
print_extra(extra)
|
||||
|
Loading…
x
Reference in New Issue
Block a user