This release fixes a bug that caused directories to be not created and fail (b8709fd). This was because recursion has not been implemented and thus shutil.copytree
with shutil.copy2
as copy functions is now being used.
This release fixes a bug that caused directories to be not created and fail (b8709fd). This was because recursion has not been implemented and thus shutil.copytree
with shutil.copy2
as copy functions is now being used.