Skip to content

Commit

Permalink
Change typing of compile to allow None type root_ns_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Willmac16 committed Jan 4, 2024
1 parent 8269333 commit e07fe17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycyphal/dsdl/_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class GeneratedPackageInfo:


def compile( # pylint: disable=redefined-builtin
root_namespace_directory: _AnyPath,
root_namespace_directory: Optional[_AnyPath] = None,
lookup_directories: Optional[list[_AnyPath]] = None,
output_directory: Optional[_AnyPath] = None,
allow_unregulated_fixed_port_id: bool = False,
Expand Down

0 comments on commit e07fe17

Please sign in to comment.