mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #14626: Fix buildbot issues on FreeBSD (AMD64). (Fingers crossed.)
This commit is contained in:
parent
9cf065cfdc
commit
90867a5aba
2 changed files with 7 additions and 2 deletions
|
@ -296,7 +296,7 @@ class TestShutil(unittest.TestCase):
|
|||
def make_chflags_raiser(err):
|
||||
ex = OSError()
|
||||
|
||||
def _chflags_raiser(path, flags):
|
||||
def _chflags_raiser(path, flags, *, follow_symlinks=True):
|
||||
ex.errno = err
|
||||
raise ex
|
||||
return _chflags_raiser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue