Skip to content

Commit

Permalink
fixed the typo in the response message in the url to see the results …
Browse files Browse the repository at this point in the history
…of the first analysis.
  • Loading branch information
darioamorosodaragona-tuni committed Sep 9, 2024
1 parent 6c87892 commit 39487c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coupling/logical_coupling.py
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ def run(repo_url, branch, commit_hash, last_commit_analyzed=None):
logger.info("First analysis launched")
exit_code = -2
messages = ("First analysis launched, waiting for background task to complete, you will see the results in "
f"the next analysis. To see the progress of the analysis, use logical-coupling/background-task/{task_id} route")
f"the next analysis. To see the progress of the analysis, use logical-coupling/background-task?task_id={task_id}")
elif new_data.empty:
logger.info("No new coupling found ")
messages = "No new coupling found"
Expand Down

0 comments on commit 39487c5

Please sign in to comment.