Closed mmatsuya closed 4 years ago
Ack. The check for removing the temp directory was too strict, in an effort to avoid accidental data deletion in case we failed to compress rig data for some reason.
Trivial fix, will be merged into master later today.
The temporary directory was not deleted after rig destroy. It should be deleted by the destroy subcommand. Otherwise, the unused empty directories will be created in it for each rig destroy command, and it's required to delete it manually.