Skip to content

Commit dd5f3bf

Browse files
authored
Merge pull request #1061 from JuliaRobotics/23Q4/enh/copyverbose
copyGraph verbose and showprog
2 parents f466874 + 3045caf commit dd5f3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/AbstractDFG.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1076,7 +1076,7 @@ function copyGraph!(
10761076
overwriteDest::Bool = false,
10771077
deepcopyNodes::Bool = false,
10781078
verbose::Bool = false,
1079-
showprogress::Bool = false,
1079+
showprogress::Bool = verbose,
10801080
)
10811081
# Split into variables and factors
10821082
sourceVariables = map(vId -> getVariable(sourceDFG, vId), variableLabels)

0 commit comments

Comments
 (0)