You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restore following CPython <= 3.10.5 behavior of `shutil.make_archive()`:
do not create an empty archive if `root_dir` is not a directory, and, in
that case, raise `FileNotFoundError` or `NotADirectoryError` regardless
of `format` choice. Beyond the brought-back behavior, the function may
now also raise these exceptions in `dry_run` mode.
0 commit comments