Skip to content

Commit

Permalink
fix: Error message staging ftp prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
karatugo committed Jun 14, 2024
1 parent 92d1724 commit fd8c5bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sumstats_service/resources/api_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def convert_metadata_to_yaml(accession_id: str, is_harmonised_included: bool):
raise FileNotFoundError(
f"""
Data file not available for {accession_id}
at '{config.FTP_PREFIX}/{generate_path(accession_id)}/{accession_id}'
at '{config.FTP_STAGING_PATH}/{generate_path(accession_id)}/{accession_id}'
"""
)

Expand Down

0 comments on commit fd8c5bf

Please sign in to comment.