Closed Segaja closed 11 months ago
What about only use shutil.copy
if oldverf
is a symlink?
What about only use
shutil.copy
ifoldverf
is a symlink?
That is doable, but what is the advantage? I think the end result would be for both cases the same and it only makes the code more complex, right?
That is doable, but what is the advantage?
Avoid a file copy. It's not a large file indeed, but it's also not a lot of code.
That is doable, but what is the advantage?
Avoid a file copy. It's not a large file indeed, but it's also not a lot of code.
I updated the Pull Request.
This will make
nvtake
preserve symlinks of the "old" configfile