Skip to content

Commit cfca7ce

Browse files
committed
force remove
1 parent 6a37212 commit cfca7ce

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)