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