Skip to content

Commit 8970f0c

Browse files
committed
Mistaken commit
1 parent d96eabc commit 8970f0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/DistributedFactorGraphs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,11 +323,11 @@ include("Common.jl")
323323
# Data Blob extensions
324324
include("DataBlobs/DataBlobs.jl")
325325

326-
# if get(ENV, "DFG_USE_CGDFG", "") == "true"
326+
if get(ENV, "DFG_USE_CGDFG", "") == "true"
327327
@info "Detected ENV[\"DFG_USE_CGDFG\"]: Including optional Neo4jDFG (LGPL) Driver"
328328
include("Neo4jDFG/Neo4jDFG.jl")
329329
@reexport using .Neo4jDFGs
330-
# end
330+
end
331331

332332
function __init__()
333333
@require GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231" begin

0 commit comments

Comments
 (0)