[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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,