Mentions légales du service

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

Typo fix

parent e9d66cc3
No related branches found
No related tags found
1 merge request!33Dev
...@@ -212,7 +212,7 @@ class Experiment: ...@@ -212,7 +212,7 @@ class Experiment:
self.logger.info("Starting experiment deployment") self.logger.info("Starting experiment deployment")
if self.app_conf_list: if self.app_conf_list:
for app_conf in self.app_conf_list: for app_conf in self.app_conf_list:
self.logger.info(f"Running experiment configuraiton '{app_conf}'") self.logger.info(f"Running experiment configuration '{app_conf}'")
is_prepare = self._run_deploy(duration, is_prepare, app_conf) is_prepare = self._run_deploy(duration, is_prepare, app_conf)
else: else:
is_prepare = self._run_deploy(duration, is_prepare, None) is_prepare = self._run_deploy(duration, is_prepare, None)
......
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