From 0b9d8936c2be615e13e306a3efaf185c87084e9b Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Sat, 8 Mar 2014 17:26:14 -0600 Subject: [PATCH] Add missing space in error message Signed-off-by: Zack Cerza --- teuthology/contextutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/contextutil.py b/teuthology/contextutil.py index 29958cebd5..55413ffa9c 100644 --- a/teuthology/contextutil.py +++ b/teuthology/contextutil.py @@ -106,7 +106,7 @@ class safe_while(object): ) ) msg = 'reached maximum tries ({tries})' + \ - 'after waiting for {total} seconds' + ' after waiting for {total} seconds' if self.action: msg = "'{action}'" + msg -- 2.39.5