[compat] Use compat_open()

This commit is contained in:
dirkf
2023-07-25 00:17:15 +01:00
parent bcd5c4e152
commit d38c9addfb
16 changed files with 68 additions and 55 deletions

View File

@ -18,6 +18,8 @@ from ..utils import (
shell_quote,
)
from ..compat import compat_open as open
class EmbedThumbnailPPError(PostProcessingError):
pass