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 e092658 commit bb776a6Copy full SHA for bb776a6
src/virtualship/cli/commands.py
@@ -49,8 +49,7 @@ def init(path):
49
)
50
def fetch(expedition_dir: str | Path) -> None:
51
"""Entrypoint for the tool to download data based on area of interest."""
52
- if isinstance(expedition_dir, str):
53
- expedition_dir = Path(expedition_dir)
+ expedition_dir = Path(expedition_dir)
54
55
schedule = _get_schedule(expedition_dir)
56
if schedule is None:
0 commit comments