Skip to content

Commit

Permalink
chore: move error to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nazarfil committed Aug 7, 2024
1 parent be80552 commit ecd80c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexa/datasets/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def download_file_as_dataframe(
):
return pd.read_parquet(download_url)
else:
raise ValueError(f"Unsupported file format: {dataset_version_file.filename}")
logger.info(f"Unsupported file format: {dataset_version_file.filename}")


def generate_dataset_file_sample_task(
Expand Down

0 comments on commit ecd80c5

Please sign in to comment.