Skip to content
Snippets Groups Projects
Commit b6a4a30c authored by Sebastiano Bernuzzi's avatar Sebastiano Bernuzzi
Browse files

Bugfix: path is now assigned correctly

parent 3d6d2110
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ class CoRe_h5(): ...@@ -49,7 +49,7 @@ class CoRe_h5():
- Dasets are named after filenames - Dasets are named after filenames
- Appends to and/or overwrites HDF5 - Appends to and/or overwrites HDF5
""" """
if path is None: path == self.path if path is None: path = self.path
if not dfile: if not dfile:
self.dfile = 'data.h5' self.dfile = 'data.h5'
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment