зеркало из https://github.com/mozilla/gecko-dev.git
bug 839298 - fix json file creation for git users r=ted
This commit is contained in:
Родитель
ddac3c1e0f
Коммит
ba05c786ac
|
@ -14,7 +14,7 @@ def parse_cmdline(args):
|
||||||
contents = {}
|
contents = {}
|
||||||
for arg in args:
|
for arg in args:
|
||||||
key, s, value = arg.partition("=")
|
key, s, value = arg.partition("=")
|
||||||
if value == '':
|
if s == '':
|
||||||
print "ERROR: Malformed command line key value pairing (%s)" % arg
|
print "ERROR: Malformed command line key value pairing (%s)" % arg
|
||||||
exit(1)
|
exit(1)
|
||||||
contents[key.lower()] = value
|
contents[key.lower()] = value
|
||||||
|
|
Загрузка…
Ссылка в новой задаче