Cosimo Lupo
|
c9fffab6ea
|
remove same-named wheel before shutil.move
In https://github.com/adobe-type-tools/afdko/pull/595 we attempt to build a py2.py3 wheel
thus the filename of the wheel is the same as the previous ones, and it causes a shutil.Error
https://travis-ci.org/adobe-type-tools/afdko/jobs/424691105#L1460
just remove the previous existing file before moving the new one (they'll be identical anyway,
or at least they *should*).
|
2018-09-06 11:34:50 +01:00 |
|