fix: Correct the type of shelf files
in internal_server and address_space. Path.is_file does not consume strings, as shelf.open does only consume string and not pathlib.Path.
Showing
Please register or sign in to comment
in internal_server and address_space. Path.is_file does not consume strings, as shelf.open does only consume string and not pathlib.Path.