exception shutil.Error
This exception collects exceptions that are raised during a multi-file operation. For copytree()
, the exception argument is a list of 3-tuples (srcname, dstname, exception).
exception shutil.Error
This exception collects exceptions that are raised during a multi-file operation. For copytree()
, the exception argument is a list of 3-tuples (srcname, dstname, exception).
Please login to continue.