Skip to content

Commit

Permalink
Merge pull request #1029 from JuliaRobotics/master
Browse files Browse the repository at this point in the history
v0.23.1-rc1
  • Loading branch information
dehann authored Jul 19, 2023
2 parents fb05354 + 3344ba0 commit fb4519c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DistributedFactorGraphs"
uuid = "b5cc3c7e-6572-11e9-2517-99fb8daf2f04"
version = "0.23.0"
version = "0.23.1"

[deps]
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down
2 changes: 1 addition & 1 deletion src/FileDFG/services/FileDFG.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function loadDFG!(dfgLoadInto::AbstractDFG, dst::AbstractString; overwriteDFGMet
end

#GraphsDFG metadata
if overwriteDFGMetadata
if overwriteDFGMetadata && !useDeprExtract
@assert isa(dfgLoadInto, GraphsDFG) "Only GraphsDFG metadata are supported"
@info "loading dfg metadata"
jstr = read("$folder/dfg.json", String)
Expand Down

0 comments on commit fb4519c

Please sign in to comment.