Skip to content

Commit

Permalink
Merge d7eb981 into 9226556
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Mar 16, 2021
2 parents 9226556 + d7eb981 commit 162f7ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ProgressLogging.jl
Expand Up @@ -377,7 +377,7 @@ macro logprogress(name, progress = nothing, args...)
msgexpr = :($ProgressString($_asprogress(
$name,
$id_tmp,
$_parentid_var;
Base.@isdefined($_parentid_var) ? $_parentid_var : $ROOTID;
progress = $progress,
)))
quote
Expand Down

0 comments on commit 162f7ab

Please sign in to comment.