File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -460,8 +460,8 @@ def read_ocel2_json(
460460 from pm4py .objects .ocel .importer .jsonocel import importer as jsonocel_importer
461461
462462 variant = jsonocel_importer .Variants .OCEL20_STANDARD
463- if get_rustxes_backend_name () is not None :
464- variant = jsonocel_importer .Variants .OCEL20_RUSTXES
463+ # if get_rustxes_backend_name() is not None:
464+ # variant = jsonocel_importer.Variants.OCEL20_RUSTXES
465465
466466 return jsonocel_importer .apply (
467467 file_path , variant = variant , parameters = {"encoding" : encoding }
@@ -516,8 +516,8 @@ def read_ocel2_xml(
516516 from pm4py .objects .ocel .importer .xmlocel import importer as xml_importer
517517
518518 variant = xml_importer .Variants .OCEL20
519- if get_rustxes_backend_name () is not None :
520- variant = xml_importer .Variants .OCEL20_RUSTXES
519+ # if get_rustxes_backend_name() is not None:
520+ # variant = xml_importer.Variants.OCEL20_RUSTXES
521521
522522 return xml_importer .apply (
523523 file_path , variant = variant , parameters = {"encoding" : encoding }
You can’t perform that action at this time.
0 commit comments