[postprocessor] correct copy-paste bug

This commit is contained in:
Noe Brucy
2021-04-23 14:42:54 +02:00
parent a78dd162c6
commit a64ddd2f9e
+1 -1
View File
@@ -366,7 +366,7 @@ class PostProcessor(HDF5Container):
Load data from the source file in the memory.
(Long and memory heavy)
"""
if not self.parts_loaded:
if not loaded:
if os.path.exists(filename):
hdf5 = tables.open_file(filename, mode="r")
try: