You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"""Do this when notified that an event is about to run. This function checks whether this event should be logged as part of the event chains, and if so stored required information before the event has occurred. """
129
129
130
-
p=self.parameters
131
-
132
130
# Only log event if
133
131
# 1) generate_event_chains is set to True
134
132
# 2) the event belongs to modules of interest and
135
133
# 3) the event is not in the list of events to ignore
136
-
ifp['generate_event_chains']and (data['module'] inp['modules_of_interest']) and (data['link_info']['EventName'] notinp['events_to_ignore']):
134
+
ifself.generate_event_chainsand (data['module'] inself.modules_of_interest) and (data['link_info']['EventName'] notinself.events_to_ignore):
""" If print_chains=True, this function logs the event and identifies and logs the any property changes that have occured to one or multiple individuals as a result of the event taking place. """
0 commit comments