report the key error when user is using action

This commit is contained in:
t-yuminghe 2020-10-23 10:55:23 +08:00
Родитель 5e1357b92e
Коммит 88d99979b4
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -145,7 +145,6 @@ function GetAction(model: CodeModelAz, actionName: string, param: Parameter, key
output.push(" raise CLIError('usage error: {} [WRONG KEY] You only have the following keys to use : " + submethodparameters.join(", ") + ". And your key : '.format(option_string)" + " + kl + ' is invalid')");
}
model.ExitSubMethodParameters();
}
if (!foundProperties && preParamType == SchemaType.Dictionary) {