Skip to content

Commit 7f7fedd

Browse files
committed
fix, load depr tar doesnt have meta
1 parent fb05354 commit 7f7fedd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "DistributedFactorGraphs"
22
uuid = "b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
3-
version = "0.23.0"
3+
version = "0.23.1"
44

55
[deps]
66
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"

src/FileDFG/services/FileDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function loadDFG!(dfgLoadInto::AbstractDFG, dst::AbstractString; overwriteDFGMet
140140
end
141141

142142
#GraphsDFG metadata
143-
if overwriteDFGMetadata
143+
if overwriteDFGMetadata && !useDeprExtract
144144
@assert isa(dfgLoadInto, GraphsDFG) "Only GraphsDFG metadata are supported"
145145
@info "loading dfg metadata"
146146
jstr = read("$folder/dfg.json", String)

0 commit comments

Comments
 (0)