Skip to content

Commit 119e5fc

Browse files
committed
Fixup
1 parent 55ee8ab commit 119e5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newrelic/core/node_mixin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,4 +192,4 @@ def span_event(self, settings, base_attrs=None, parent_guid=None, attr_class=dic
192192
except Exception:
193193
pass
194194

195-
return super().span_event(settings, i_attrs=base_attrs, parent_guid=parent_guid, attr_class=attr_class, *args, **kwargs)
195+
return super().span_event(settings, base_attrs=i_attrs, parent_guid=parent_guid, attr_class=attr_class, *args, **kwargs)

0 commit comments

Comments
 (0)