Skip to content

Commit

Permalink
Update h5_summary.py
Browse files Browse the repository at this point in the history
  • Loading branch information
faridyagubbayli authored Feb 1, 2024
1 parent 26dded1 commit b0cfb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/h5_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def extract_summary(name, obj):
def save(self, name: str):
path = self._get_json_filepath(name)

# assert not os.path.exists(path), 'File already exists, would not overwrite!'
assert not os.path.exists(path), 'File already exists, would not overwrite!'

with open(path, "w") as write_file:
json.dump(self.summary, write_file, indent=4)
Expand Down

0 comments on commit b0cfb48

Please sign in to comment.