Skip to content

Commit

Permalink
Use correct default container type
Browse files Browse the repository at this point in the history
Fixes some invalidations
  • Loading branch information
timholy committed Jun 13, 2020
1 parent ac6336a commit ba082c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Distributed/src/clusterserialize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ end
# d) is a bits type
function syms_2b_sent(s::ClusterSerializer, identifier)
lst = Symbol[]
check_syms = get(s.glbs_in_tnobj, identifier, [])
check_syms = get(s.glbs_in_tnobj, identifier, Symbol[])
for sym in check_syms
v = getfield(Main, sym)

Expand Down

0 comments on commit ba082c4

Please sign in to comment.