Skip to content

Commit

Permalink
fix(import): change import condition since antares-launcher code changed
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBelthle authored and laurent-laporte-pro committed Dec 19, 2023
1 parent 8da6022 commit 7b843c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def _import_study_output(
xpansion_mode: Optional[str] = None,
log_dir: Optional[str] = None,
) -> Optional[str]:
if xpansion_mode is not None:
if xpansion_mode:
self._import_xpansion_result(job_id, xpansion_mode)

launcher_logs: Dict[str, List[Path]] = {}
Expand Down

0 comments on commit 7b843c3

Please sign in to comment.