Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9c59a49e authored by BADTS Thomas's avatar BADTS Thomas
Browse files

Minor fix

parent 6b2eccc8
No related branches found
No related tags found
No related merge requests found
......@@ -105,10 +105,10 @@ class Experiment:
artifacts_dir=self.artifacts_dir,
remote_working_dir=self.monitoring_remote_working_dir,
)
except E2clabServiceError:
pass
# breakpoint()
# self.infra.destroy()
except E2clabServiceError as e:
self.logger.error(e)
raise E2clabError
self.logger.info("Experiment infrastructure deployed")
self.probe.set_start("infra")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment