diff --git a/video_prediction_tools/main_scripts/main_preprocess_data_step1.py b/video_prediction_tools/main_scripts/main_preprocess_data_step1.py index 5d33c23c76475d3a5f7b192e9d90fd4115776266..20d1496ef57d60f785a9493c6bf4893ba391015e 100755 --- a/video_prediction_tools/main_scripts/main_preprocess_data_step1.py +++ b/video_prediction_tools/main_scripts/main_preprocess_data_step1.py @@ -101,7 +101,7 @@ def main(): md = MetaData(suffix_indir=destination_dir, exp_id=exp_id, data_filename=data_files_list[0], slices=slices,\ variables=vars) - elif md.status == "old": # meta-data file already exists and is ok + if md.status == "old": # meta-data file already exists and is ok # check for temp.json in working directory (required by slave nodes) tmp_file = os.path.join(current_path, "temp.json") if os.path.isfile(tmp_file):