Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Aug 15, 2024
1 parent fb00f01 commit 6da371a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/neurolibre_preview_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ def api_download_data(user, id, repository_url, email, is_overwrite):
issue_id = id

task_title = "Download data for preview."
app.logger.debug(f'Here')
app.logger.debug(REVIEW_REPOSITORY)
comment_id = gh_template_respond(github_client,"pending",task_title,REVIEW_REPOSITORY,issue_id)

celery_payload = dict(repo_url=repository_url,
Expand Down

0 comments on commit 6da371a

Please sign in to comment.