Skip to content

Commit 572fd72

Browse files
committed
Fix bad docstring termination
1 parent 64d38ab commit 572fd72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

simvue/run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -950,6 +950,7 @@ def callback_function(status_code: int, std_out: str, std_err: str) -> None: ...
950950
script="run_count.sh"
951951
)
952952
```
953+
"""
953954

954955
if isinstance(executable, pathlib.Path) and not executable.is_file():
955956
raise FileNotFoundError(f"Executable '{executable}' is not a valid file")

0 commit comments

Comments
 (0)