Skip to content

Commit

Permalink
tab spacing error update
Browse files Browse the repository at this point in the history
  • Loading branch information
thelamer committed Jul 29, 2018
1 parent 73cdf54 commit bfbfbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bfbfbb4

Please sign in to comment.