We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8550c4b commit d72a132Copy full SHA for d72a132
src/zimscraperlib/inputs.py
@@ -16,7 +16,7 @@
16
def handle_user_provided_file(
17
source: Optional[Union[pathlib.Path, str]] = None,
18
dest: Optional[pathlib.Path] = None,
19
- in_dir: pathlib.Path = None,
+ in_dir: Optional[pathlib.Path] = None,
20
nocopy: bool = False,
21
) -> Union[pathlib.Path, None]:
22
"""path to downloaded or copied a user provided file (URL or path)
0 commit comments