Skip to content
Snippets Groups Projects
Verified Commit d613c385 authored by Théo Pirkl's avatar Théo Pirkl :nail_care:
Browse files

Fine tuning for final countdown

parent b61327e5
Branches
No related tags found
No related merge requests found
......@@ -26,11 +26,11 @@ class Runner:
logger.info("Done, returning context")
return context
except Exception as e:
logger.info("Dumping stop context")
logger.warning("Dumping stop context")
for v in stopContext:
v.quit()
logger.error("Exception : " + e)
logger.error(e)
if not hasTriedbefore:
logger.info("Retrying")
self.run(hasTriedbefore=True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment