fix typo error

This commit is contained in:
httprunner
2018-05-25 15:18:24 +08:00
parent a756bce2fd
commit 3134cda648
+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