Problem
I just discovered the hard way that BundleGen completely clobbers existing bundles, not only overwriting files, but deleting files it does not write (like training output).
Desired solution
It would be nice to have a clobber=True kind of option, where the default would be to give a warning that the bundle directory already exists.
Example code
Here are the relevant parts of what I ran:
Problem I just discovered the hard way that BundleGen completely clobbers existing bundles, not only overwriting files, but deleting files it does not write (like training output).
Desired solution It would be nice to have a
clobber=True
kind of option, where the default would be to give a warning that the bundle directory already exists.Example code Here are the relevant parts of what I ran: