Skip to content

Commit bb776a6

Browse files
iurytVeckoTheGecko
andauthored
Update src/virtualship/cli/commands.py
Co-authored-by: Vecko <[email protected]>
1 parent e092658 commit bb776a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/virtualship/cli/commands.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ def init(path):
4949
)
5050
def fetch(expedition_dir: str | Path) -> None:
5151
"""Entrypoint for the tool to download data based on area of interest."""
52-
if isinstance(expedition_dir, str):
53-
expedition_dir = Path(expedition_dir)
52+
expedition_dir = Path(expedition_dir)
5453

5554
schedule = _get_schedule(expedition_dir)
5655
if schedule is None:

0 commit comments

Comments
 (0)