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

fix python bug

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