Skip to content

Commit 911ab00

Browse files
authored
linting
1 parent a4649b4 commit 911ab00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

moviepy/video/VideoClip.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1914,7 +1914,7 @@ def __find_text_size(
19141914
lines_height = line_breaks * line_height
19151915
paddings = real_font_size + stroke_width * 2
19161916
height = int(lines_height + paddings)
1917-
except AttributeError as err:
1917+
except AttributeError:
19181918
height = int(bottom - top)
19191919

19201920
return (int(right - left), height)

0 commit comments

Comments
 (0)