Skip to content

Commit

Permalink
Update Makefile fix python call broken over 2 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nickynicolson authored Aug 4, 2023
1 parent 3665e36 commit 1840a5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ data/gbif-types.zip:

# Process GBIF type data to add details of publishing organisation
data/gbif-typesloc.zip: types2publisherlocations.py data/gbif-types.zip downloads/ih.txt downloads/cities15000.zip
$(python_launch_cmd) $^ $(limit_args) --ignore_gbif_publ_coordinates $(gbif_publ_ids_with_bad_coordinates)
$@
$(python_launch_cmd) $^ $(limit_args) --ignore_gbif_publ_coordinates $(gbif_publ_ids_with_bad_coordinates) $@


###############################################################################
Expand Down

0 comments on commit 1840a5f

Please sign in to comment.