mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 11:29:48 +08:00
fix typo error
This commit is contained in:
@@ -210,7 +210,7 @@ class Runner(object):
|
||||
for variable in output_variables_list:
|
||||
if variable not in variables_mapping:
|
||||
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)
|
||||
)
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user