diff --git a/SSnR.py b/SSnR.py index 90a025e..07033fa 100755 --- a/SSnR.py +++ b/SSnR.py @@ -130,7 +130,10 @@ def main(): with open(filename, "r", encoding="utf8") as file: string = file.read() except OSError as exception: - print("Error: file not found: " + str(exception)) + print("Error: file \"" + filename + "\" not found: " + str(exception)) + continue + except UnicodeDecodeError as exception: + print("Error: the file \"" + filename + "\" is not UTF-8 encoded: " + str(exception)) continue if args["replace"] is not None: