-
- Downloads
replay: Use shutil.copytree instead of distutils.dir_util.copy_tree
Python 3.7 support is no longer required for loaders so use copytree function from shutil from now on (as dirs_exist_ok parameter was added in Python 3.8).
Please register or sign in to comment