Closedown

This commit is contained in:
boccioli_m
2015-09-04 15:33:33 +02:00
parent ceb1aaa9cf
commit 724fe7b7bd

View File

@@ -37,7 +37,12 @@ class TestingTool:
try:
log(logText)
except:
time.sleep(1)
try:
log(logText)
except:
#cannot write log
#prepare and send feedback to calling tool
# returnString = the string containing info on the test result
# testPassed = true if the test was successful, false if test had a problem