mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
bug 839298 - fix json file creation for git users r=ted
This commit is contained in:
parent
a94713733a
commit
c5a7bd049c
@ -14,7 +14,7 @@ def parse_cmdline(args):
|
||||
contents = {}
|
||||
for arg in args:
|
||||
key, s, value = arg.partition("=")
|
||||
if value == '':
|
||||
if s == '':
|
||||
print "ERROR: Malformed command line key value pairing (%s)" % arg
|
||||
exit(1)
|
||||
contents[key.lower()] = value
|
||||
|
Loading…
Reference in New Issue
Block a user