Skip to content
Snippets Groups Projects
Commit 71412d46 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

wrap line that was too long

parent 71d6ca8e
No related branches found
No related tags found
2 merge requests!19Move linux-debian11 into main,!10if a file or directory cannot be found use FileNotFoundError
Pipeline #367984 passed
......@@ -173,8 +173,8 @@ def get_release_info(mpsd_release: str, script_dir: Path) -> Tuple[str, str, Lis
toolchains for the release.
Raises:
- FileNotFoundError: If the release directory does not exist. Run `create_dir_structure()`
first.
- FileNotFoundError: If the release directory does not exist. Run
`create_dir_structure()` first.
"""
# Get the info for release
release_base_dir = script_dir / mpsd_release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment