Skip to content

Commit

Permalink
Add artifact types in title
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Mar 20, 2024
1 parent 1f15120 commit c829fb6
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 @@ -546,7 +546,7 @@ def zenodo_create_buckets_task(self, payload):
collect = {}
for archive_type in payload['archive_assets']:
gh_template_respond(github_client,"started",payload['task_title'], payload['review_repository'],payload['issue_id'],task_id,payload['comment_id'], f"Creating Zenodo buckets for {archive_type}")
r = zenodo_create_bucket(data['title'],
r = zenodo_create_bucket(f"({item_to_record_name(archive_type)}) {data['title']}",
archive_type,
data['authors'],
payload['repository_url'],
Expand Down

0 comments on commit c829fb6

Please sign in to comment.