Skip to content

Commit 7a0c32a

Browse files
committed
comment on Tar.jl (future)
1 parent 409d414 commit 7a0c32a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/FileDFG/services/FileDFG.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function saveDFG(folder::AbstractString, dfg::AbstractDFG)
5454
savename = basename(string(savepath))
5555
@assert savename != ""
5656
destfile = joinpath(savedir, savename*".tar.gz")
57+
# FIXME, switch to Tar.jl and Transcode Zlib / Codec, see #351
5758
if length(savedir) != 0
5859
run( pipeline(`tar -zcf - -C $savedir $savename`, stdout="$destfile"))
5960
else

0 commit comments

Comments
 (0)