mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
fix for no file
This commit is contained in:
parent
2f6214932f
commit
163aff920d
1 changed files with 1 additions and 2 deletions
3
av1an.py
3
av1an.py
|
@ -165,9 +165,8 @@ class Av1an:
|
|||
def setup(self, input_file: Path):
|
||||
|
||||
if not input_file.exists():
|
||||
prnt = f'File: {input_file} not exist'
|
||||
prnt = f'No file: {input_file}\nCheck paths'
|
||||
print(prnt)
|
||||
self.log(prnt)
|
||||
sys.exit()
|
||||
|
||||
# Make temporal directories, and remove them if already presented
|
||||
|
|
Loading…
Reference in a new issue