We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64d38ab commit 572fd72Copy full SHA for 572fd72
1 file changed
simvue/run.py
@@ -950,6 +950,7 @@ def callback_function(status_code: int, std_out: str, std_err: str) -> None: ...
950
script="run_count.sh"
951
)
952
```
953
+ """
954
955
if isinstance(executable, pathlib.Path) and not executable.is_file():
956
raise FileNotFoundError(f"Executable '{executable}' is not a valid file")
0 commit comments