fix small syntax error
This commit is contained in:
parent
02e900d207
commit
c4e6c9beb8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue