mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
fix line length
This commit is contained in:
parent
7deed5e74d
commit
52a1450df2
1 changed files with 2 additions and 2 deletions
|
|
@ -615,8 +615,8 @@ def convert_input_paths_for_ffmpeg(
|
|||
if not isinstance(attr_value, str):
|
||||
continue
|
||||
|
||||
# Remove attributes that have string value longer than allowed length
|
||||
# for ffmpeg or when containt unallowed symbols
|
||||
# Remove attributes that have string value longer than allowed
|
||||
# length for ffmpeg or when containt unallowed symbols
|
||||
erase_reason = "Missing reason"
|
||||
erase_attribute = False
|
||||
if len(attr_value) > MAX_FFMPEG_STRING_LEN:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue