Skip to content

Commit

Permalink
fix: Fix conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Jul 17, 2024
1 parent bd1c4ec commit 3468fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osm_fieldwork/basemapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ def main():
log.error(f"You need to specify the new tile cache directory!")
parser.print_help()
quit()
else:
elif args.move is not None and args.outdir is not None:
move_tiles(boundary_parsed, args.move, args.outdir)
return

Expand Down

0 comments on commit 3468fd8

Please sign in to comment.