fix typo error

This commit is contained in:
debugtalk
2018-05-25 15:18:24 +08:00
parent 8e07c5357d
commit 1c933078b4
+1 -1
View File
@@ -210,7 +210,7 @@ class Runner(object):
for variable in output_variables_list: for variable in output_variables_list:
if variable not in variables_mapping: if variable not in variables_mapping:
logger.log_warning( logger.log_warning(
"variable '{}' can not be found in variables mapping, failed to ouput!"\ "variable '{}' can not be found in variables mapping, failed to output!"\
.format(variable) .format(variable)
) )
continue continue