Skip to content

Commit

Permalink
Update json.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nwlandry committed May 21, 2024
1 parent 469be7c commit e49e35b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xgi/readwrite/json.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ def write_json(H, path, collection_name=""):

data = to_hypergraph_dict(H)
datastring = json.dumps(data, indent=2)
print(path)
with open(path, "w") as output_file:
output_file.write(datastring)

Expand Down

0 comments on commit e49e35b

Please sign in to comment.