1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-09-03 00:25:08 +00:00

[compat] Fix shutils.move in restricted ACL mode on BSD (#5309)

Authored by: ClosedPort22, pukkandan
This commit is contained in:
ClosedPort22
2022-11-07 23:24:30 +08:00
committed by GitHub
parent c7e4ab278a
commit fbb0ee7747
2 changed files with 31 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import os
import shutil
from .common import PostProcessor
from ..compat import shutil
from ..utils import (
PostProcessingError,
decodeFilename,