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
When datasets can be overwritten, does this work with directories?
I don't know if i've ever tried registering a directory that can then be overwritten, will it properly overwrite the directory, or will some files be left over if the exact structure isn't the same.
Need to check how copytree(old_location, dest, copy_function=copyfile) works, maybe we have to delete the previous folder first.
The text was updated successfully, but these errors were encountered:
When datasets can be overwritten, does this work with directories?
I don't know if i've ever tried registering a directory that can then be overwritten, will it properly overwrite the directory, or will some files be left over if the exact structure isn't the same.
Need to check how copytree(old_location, dest, copy_function=copyfile) works, maybe we have to delete the previous folder first.
The text was updated successfully, but these errors were encountered: