diff --git a/bam/blend/blendfile_pack.py b/bam/blend/blendfile_pack.py index c91b242..9f35ab5 100755 --- a/bam/blend/blendfile_pack.py +++ b/bam/blend/blendfile_pack.py @@ -519,6 +519,8 @@ def pack( yield report(" %s: %r -> %r\n" % (colorize("copying", color='blue'), src, dst)) shutil.copy(src, dst) + shutil.rmtree(base_dir_dst_temp) + yield report(" %s: %r\n" % (colorize("written", color='green'), blendfile_dst)) elif mode == 'ZIP':