Skip to content

Commit

Permalink
fix: changed the link location again
Browse files Browse the repository at this point in the history
  • Loading branch information
Chezka109 committed Nov 8, 2024
1 parent 4b4f5e3 commit dc53cf5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions gatorgrade/output/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,7 @@ def run_checks(

# Determine whether or not the run was a success or not:
summary_status = True if passed_count == len(results) else False
# Provide a link for users to leave a review
print(
"\nWe'd love to hear your feedback! Please take a moment to leave a review: [https://forms.gle/jABEjXyw3q6HXn5W7]"
)

return summary_status


Expand All @@ -402,3 +399,9 @@ def print_with_border(text: str, rich_color: str):
rich.print(f"[{rich_color}]\n\t{upleft}{line}{upright}")
rich.print(f"[{rich_color}]\t{vert} {text} {vert}")
rich.print(f"[{rich_color}]\t{downleft}{line}{downright}\n")


# Provide a link for users to leave a review
print(
"\nWe'd love to hear your feedback! Please take a moment to leave a review: [https://forms.gle/jABEjXyw3q6HXn5W7]"
)

0 comments on commit dc53cf5

Please sign in to comment.