From c4e6c9beb8be2dc42eb1e8fefb9b9e060baf618d Mon Sep 17 00:00:00 2001 From: randomuser Date: Tue, 23 Nov 2021 11:15:47 -0600 Subject: [PATCH] fix small syntax error --- listing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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