cloudify-cosmo / wagon

Creates Wheel based archives to allow portable offline installation of Python packages and their dependencies
Apache License 2.0
108 stars 14 forks source link

wagon create not idempotent on failure #32

Closed nir0s closed 8 years ago

nir0s commented 8 years ago

If a creation failed, running the same creation again will state that the "folder already exists". On failure, Wagon should perform a cleanup.

nir0s commented 8 years ago

34 resolves this. Temporary resources are deleted on failure so that you can always rerun the creation.