Skip to content

Commit

Permalink
Update src/virtualship/cli/commands.py
Browse files Browse the repository at this point in the history
Co-authored-by: Vecko <36369090+VeckoTheGecko@users.noreply.github.com>
  • Loading branch information
iuryt and VeckoTheGecko authored Nov 15, 2024
1 parent 46af584 commit e092658
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/virtualship/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ def fetch(expedition_dir: str | Path) -> None:
if isinstance(expedition_dir, str):
expedition_dir = Path(expedition_dir)

# Load schedule
schedule = _get_schedule(expedition_dir)
if schedule is None:
print("Error: Schedule file not found.")
Expand Down

0 comments on commit e092658

Please sign in to comment.