fix line length

This commit is contained in:
Jakub Trllo 2022-04-20 15:28:49 +02:00
parent 7deed5e74d
commit 52a1450df2

View file

@ -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: