From 1c933078b48b2dc2909f03c85dde00c43962e0e8 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Fri, 25 May 2018 15:18:24 +0800 Subject: [PATCH] fix typo error --- httprunner/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httprunner/runner.py b/httprunner/runner.py index 8160f20b..a7f2a475 100644 --- a/httprunner/runner.py +++ b/httprunner/runner.py @@ -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