Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
smacke committed Apr 10, 2023
1 parent 1b0ff70 commit dda00fa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions core/ipyflow/tracing/ipyflow_tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,11 @@ def attrsub_tracer(
self.pending_usage_updates_by_sym.setdefault(
sym_for_obj, data_sym is not None
)
self.pending_usage_updates_by_sym[
sym_for_obj
] = self.pending_usage_updates_by_sym.get(sym_for_obj, True) and (
data_sym is not None
)
if data_sym is not None and event in (
pyc.before_attribute_load,
pyc.before_subscript_load,
Expand Down

0 comments on commit dda00fa

Please sign in to comment.