Skip to content

Commit

Permalink
Update src/displays.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Jerry Ling <proton@jling.dev>
  • Loading branch information
aminnj and Moelf authored Sep 12, 2021
1 parent 8e077a4 commit 011de72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/displays.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function children(f::ROOTFile)
# subsequent TTrees with duplicate fName will be skipped
# since TKey cycle number is guaranteed to be decreasing
# then all TKeys in the file which are not for a TTree
seen = Set{AbstractString}()
seen = Set{String}()
ch = Vector{Union{TTree,TKeyNode}}()
lock(f)
for k in keys(f)
Expand Down

0 comments on commit 011de72

Please sign in to comment.