directory bug
This commit is contained in:
@@ -68,6 +68,7 @@ class MovieSaver():
|
|||||||
silent_ffmpeg: bool
|
silent_ffmpeg: bool
|
||||||
Surpress the output from ffmpeg.
|
Surpress the output from ffmpeg.
|
||||||
"""
|
"""
|
||||||
|
if len(os.path.split(fp_out)[0]) > 0:
|
||||||
assert os.path.isdir(os.path.split(fp_out)[0]), "Directory does not exist!"
|
assert os.path.isdir(os.path.split(fp_out)[0]), "Directory does not exist!"
|
||||||
|
|
||||||
self.fp_out = fp_out
|
self.fp_out = fp_out
|
||||||
|
|||||||
Reference in New Issue
Block a user