diff options
-rw-r--r-- | testcases/functest_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/functest_utils.py b/testcases/functest_utils.py index f879a1a95..26c1f478f 100644 --- a/testcases/functest_utils.py +++ b/testcases/functest_utils.py @@ -240,6 +240,6 @@ def execute_command(cmd, logger=None): if p == 0 : return True else: - if loger: + if logger: logger.error("Error when executing command %s" %cmd) exit(-1) |