tab spacing error update

This commit is contained in:
thelamer 2018-07-29 13:28:50 -07:00
parent 73cdf5499d
commit bfbfbb4889

View File

@ -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)