Kaydet (Commit) 2b63969a authored tarafından Barry Warsaw's avatar Barry Warsaw

main(): default-domain argument to getopt.getopt() was missing a = to

indicate it took an argument.  This closes SF patch #402223 by Bastian
Kleineidam.
üst 16b62c13
......@@ -369,7 +369,7 @@ def main():
opts, args = getopt.getopt(
sys.argv[1:],
'ad:DEhk:Kno:p:S:Vvw:x:',
['extract-all', 'default-domain', 'escape', 'help',
['extract-all', 'default-domain=', 'escape', 'help',
'keyword=', 'no-default-keywords',
'add-location', 'no-location', 'output=', 'output-dir=',
'style=', 'verbose', 'version', 'width=', 'exclude-file=',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment