Skip to content

Commit

Permalink
return None
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Sep 4, 2024
1 parent 5e46347 commit 6d90842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinn_utilities/make_tools/converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def convert(src: str, dest: str, new_dict: bool) -> NoReturn:


def _convert_dir(src_path: str, dest_path: str,
make_directories: Optional[bool] = False) -> NoReturn:
make_directories: Optional[bool] = False) -> None:
"""
Converts a whole directory including sub directories.
Expand Down

0 comments on commit 6d90842

Please sign in to comment.