[postprocessor] correct copy-paste bug
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user