提交 2888dde7 编写于 作者: F feilong

fix python bug

上级 82e00da7
{ {
"multiline": [ "multiline": [
{ {
"for key in config['options']:": [ "for key in config['options']:": "for key, option in config['options']:",
"for key, option in config['options']:" "option = config['options'][key]": ""
],
"option = config['options'][key]": [
""
]
}, },
{ {
"action(key)": "action()" "action(key)": "action()"
}, },
{ {
"break": [ "break": "continue"
"continue"
]
}, },
{ {
"if key == 'q'": [ "if key == 'q'": "if key != 'q'"
"if key != 'q'"
]
} }
], ],
"source": "platform_info.py", "source": "platform_info.py",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册