Skip to content

Commit 0a2a440

Browse files
committed
Set deployed flag after deploying
1 parent f91e03d commit 0a2a440

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)