mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
formatting changes
This commit is contained in:
parent
2d84163100
commit
6470155aa2
1 changed files with 4 additions and 1 deletions
|
|
@ -308,8 +308,11 @@ class ModifiedBurnins(ffmpeg_burnins.Burnins):
|
|||
% (output, command))
|
||||
if is_sequence:
|
||||
output = output % kwargs.get("duration")
|
||||
|
||||
if not os.path.exists(output):
|
||||
raise RuntimeError("Failed to generate this fucking file '%s'" % output)
|
||||
raise RuntimeError(
|
||||
"Failed to generate this f*cking file '%s'" % output
|
||||
)
|
||||
|
||||
|
||||
def example(input_path, output_path):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue