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

no empty line after docstring

parent c5411158
No related branches found
No related tags found
3 merge requests!19Move linux-debian11 into main,!13Restructure doc strings,!11Making docstrings comply with numpydoc
...@@ -197,7 +197,6 @@ def get_release_info(mpsd_release: str, script_dir: Path) -> Tuple[str, str, Lis ...@@ -197,7 +197,6 @@ def get_release_info(mpsd_release: str, script_dir: Path) -> Tuple[str, str, Lis
FileNotFoundError FileNotFoundError
If the release directory does not exist. Run `create_dir_structure()` first. If the release directory does not exist. Run `create_dir_structure()` first.
""" """
# Get the info for release # Get the info for release
release_base_dir = script_dir / mpsd_release release_base_dir = script_dir / mpsd_release
if not os.path.exists(release_base_dir): if not os.path.exists(release_base_dir):
...@@ -294,7 +293,6 @@ def install_environment( ...@@ -294,7 +293,6 @@ def install_environment(
------- -------
None None
""" """
print( print(
f"Installing release {mpsd_release} with toolchains {toolchains} " f"Installing release {mpsd_release} with toolchains {toolchains} "
f"to {script_dir}" f"to {script_dir}"
......
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