Skip to content

Commit c534ba3

Browse files
authored
Merge pull request #420 from JuliaRobotics/hotfix/2Q20/seriously
force remove
2 parents c4ed7b2 + cfca7ce commit c534ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FileDFG/services/FileDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function loadDFG(dst::String,
162162
if unzip
163163
@info "DFG.loadDFG is deleting a temp folder created during unzip, $loaddir"
164164
# need this because the number of files created in /tmp/caesar/random is becoming redonkulous.
165-
Base.rm(loaddir, recursive=true)
165+
Base.rm(loaddir, recursive=true, force=true)
166166
end
167167

168168
return dfgLoadInto

0 commit comments

Comments
 (0)