diff --git a/listing.py b/listing.py index 0b1b228..d0ffab9 100644 --- a/listing.py +++ b/listing.py @@ -31,7 +31,7 @@ def main(): except FileNotFoundError: print(f"[{red}error{reset}] the file doesn't exist!") return - except FileParsingError: + except record.FileParsingError: print(f"[{red}error{reset}] error parsing file!") return