Skip to content

Commit

Permalink
Fix line
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Sep 3, 2024
1 parent fc66376 commit 5137ecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/neurolibre_celery_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def preview_download_data(self, payload):

data_path = task.join_data_root_path(project_name)
if os.path.exists(data_path) and not payload['overwrite']:
task.fail(f"Data exists for {project_name} already downloaded to {data_path};
task.fail(f"Data exists for {project_name} already downloaded to {data_path}; \
not overwriting by default! Please set overwrite=True.")
return

Expand Down

0 comments on commit 5137ecd

Please sign in to comment.