fix small syntax error

This commit is contained in:
randomuser 2021-11-23 11:15:47 -06:00
parent 02e900d207
commit c4e6c9beb8
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def main():
except FileNotFoundError: except FileNotFoundError:
print(f"[{red}error{reset}] the file doesn't exist!") print(f"[{red}error{reset}] the file doesn't exist!")
return return
except FileParsingError: except record.FileParsingError:
print(f"[{red}error{reset}] error parsing file!") print(f"[{red}error{reset}] error parsing file!")
return return