fix multi apps
This commit is contained in:
@@ -31,9 +31,9 @@
|
||||
"vscode"
|
||||
],
|
||||
"evaluator": {
|
||||
"func": "exact_match",
|
||||
"func": "check_include_exclude",
|
||||
"result": {
|
||||
"type": "vm_command_line",
|
||||
"type": "vm_command_error",
|
||||
"command": [
|
||||
"python",
|
||||
"-c",
|
||||
@@ -43,7 +43,10 @@
|
||||
"expected": {
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"expected": ""
|
||||
"include": [],
|
||||
"exclude": [
|
||||
"ModuleNotFoundError: No module named"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user