Skip to content

Commit

Permalink
Update to https
Browse files Browse the repository at this point in the history
  • Loading branch information
alrichardbollans committed Dec 11, 2023
1 parent 694a64b commit 5edf3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wcvp_download/get_taxa_from_wcvp.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def get_species_names_and_ipni_ids(taxa_df: pd.DataFrame):
def get_wcvp_zip(get_new_version: bool = False, version: str = None):
if get_new_version and version:
raise ValueError('Cannot specify both get_new_version and version')
base_wcvp_path = 'http://sftp.kew.org/pub/data-repositories/WCVP'
base_wcvp_path = 'https://sftp.kew.org/pub/data-repositories/WCVP'
if version:
wcvp_file_name = 'wcvp_v' + version + '.zip'
wcvp_path = '/'.join([base_wcvp_path, 'Archive'])
Expand Down

0 comments on commit 5edf3ab

Please sign in to comment.