Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
bug fix
  • Loading branch information
fit-alessandro-berti committed Dec 15, 2021
1 parent 418af8c commit 2eb36ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pm4py/objects/ocel/importer/jsonocel/variants/classic.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def apply(file_path: str, parameters: Optional[Dict[Any, Any]] = None) -> OCEL:
dct[k] = v
for obj in ev[constants.OCEL_OMAP_KEY]:
relations.append({event_id: ev_id, event_activity: ev[constants.DEFAULT_EVENT_ACTIVITY],
event_timestamp: ev[constants.DEFAULT_EVENT_TIMESTAMP], object_id: obj,
event_timestamp: parser.apply(ev[constants.DEFAULT_EVENT_TIMESTAMP]), object_id: obj,
object_type: types_dict[obj]})
events.append(dct)

Expand Down

0 comments on commit 2eb36ce

Please sign in to comment.