dne-security-code icon indicating copy to clipboard operation
dne-security-code copied to clipboard

AMP unused argument - amp_get_eventes.py

Open chrivand opened this issue 4 years ago • 0 comments

‘filepath’ not used

--->

def write_events_to_file(filepath, ampevents): with open(events_path, "w") as file: json.dump(ampevents, file, indent=2)

chrivand avatar Jul 01 '20 15:07 chrivand