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
3f3dd29083
commit
d37f4a041f
1 changed files with 3 additions and 2 deletions
|
|
@ -302,8 +302,9 @@ class ModifiedBurnins(ffmpeg_burnins.Burnins):
|
|||
proc = subprocess.Popen(command, shell=True)
|
||||
print(proc.communicate()[0])
|
||||
if proc.returncode != 0:
|
||||
raise RuntimeError("Failed to render '%s': %s'"
|
||||
% (output, command))
|
||||
raise RuntimeError(
|
||||
"Failed to render '{}': {}'".format(output, command)
|
||||
)
|
||||
if is_sequence:
|
||||
output = output % kwargs.get("duration")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue