Avoid leaving behind .tmp files when failing in some cases, including importing files to a disk that is full.

This commit is contained in:
Joey Hess 2014-06-09 15:24:05 -04:00
parent 24915adab7
commit 7671d228af
3 changed files with 19 additions and 7 deletions

View file

@ -7,3 +7,6 @@ These files should be removed when import detects that its has no more space to
### What version of git-annex are you using? On what operating system?
git-annex 5.20140517.4 in Ubuntu 12.04.
> The ".tmp" means this dropping is left by viaTmp, and I see why.
> [[fixed|done]] --[[Joey]]