Skip to content

Commit 275a84f

Browse files
authored
Merge pull request #382 from ExaWorks/launcher_files_deploy_fix
Set deployed flag after deploying
2 parents f91e03d + 0a2a440 commit 275a84f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/psij/launchers/script_based_launcher.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ def _ensure_launcher_deployed(self) -> None:
110110

111111
deploy_dir = self._deploy_files(self._files_to_deploy())
112112
self._deployed_script_path = deploy_dir / self._script_path.name
113+
self._deployed = True
113114

114115
def _files_to_deploy(self) -> List[Path]:
115116
return [

0 commit comments

Comments
 (0)