From bfbfbb488942a474548cec82eedadd38a96f3640 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sun, 29 Jul 2018 13:28:50 -0700 Subject: [PATCH] tab spacing error update --- ci/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/ci.py b/ci/ci.py index bca080a..82cf1ce 100755 --- a/ci/ci.py +++ b/ci/ci.py @@ -181,7 +181,7 @@ def container_test(tag): print(error) remove_container(container) if logsfound == True: - print('Startup completed for ' + tag) + print('Startup completed for ' + tag) report_tests.append(['Startup ' + tag,'PASS']) elif logsfound == False: print('Startup failed for ' + tag)