diff --git a/alxcheck/utils/error_logging.py b/alxcheck/utils/error_logging.py index 01fb0a8..e0a77e5 100644 --- a/alxcheck/utils/error_logging.py +++ b/alxcheck/utils/error_logging.py @@ -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 )