[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.
|
Load data from the source file in the memory.
|
||||||
(Long and memory heavy)
|
(Long and memory heavy)
|
||||||
"""
|
"""
|
||||||
if not self.parts_loaded:
|
if not loaded:
|
||||||
if os.path.exists(filename):
|
if os.path.exists(filename):
|
||||||
hdf5 = tables.open_file(filename, mode="r")
|
hdf5 = tables.open_file(filename, mode="r")
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user