We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409d414 commit 7a0c32aCopy full SHA for 7a0c32a
src/FileDFG/services/FileDFG.jl
@@ -54,6 +54,7 @@ function saveDFG(folder::AbstractString, dfg::AbstractDFG)
54
savename = basename(string(savepath))
55
@assert savename != ""
56
destfile = joinpath(savedir, savename*".tar.gz")
57
+ # FIXME, switch to Tar.jl and Transcode Zlib / Codec, see #351
58
if length(savedir) != 0
59
run( pipeline(`tar -zcf - -C $savedir $savename`, stdout="$destfile"))
60
else
0 commit comments