Skip to content

Commit

Permalink
fix: typo:
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmo00 committed Nov 19, 2023
1 parent 11c524f commit 15d260e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alxcheck/utils/error_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ def print_error_parsing_file(file_path):
def print_uncaught_exception():
print(
Fore.YELLOW
+ "Uncaught Exception: Please raise and issue here with the contents of './error.txt'\n\thttps://github.com/Emmo00/alxcheck/issues"
+ "Uncaught Exception: Please raise an issue here with the contents of './error.txt'\n\thttps://github.com/Emmo00/alxcheck/issues"
+ Fore.RESET
)

0 comments on commit 15d260e

Please sign in to comment.