Skip to content
Snippets Groups Projects
Commit 6fb2553b authored by Michael Langguth's avatar Michael Langguth
Browse files

removal of syntax error in main_preprocess_data_step1.py

.
parent cf7c2020
No related branches found
No related tags found
No related merge requests found
Pipeline #59696 passed
...@@ -101,7 +101,7 @@ def main(): ...@@ -101,7 +101,7 @@ def main():
md = MetaData(suffix_indir=destination_dir, exp_id=exp_id, data_filename=data_files_list[0], slices=slices,\ md = MetaData(suffix_indir=destination_dir, exp_id=exp_id, data_filename=data_files_list[0], slices=slices,\
variables=vars) 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) # check for temp.json in working directory (required by slave nodes)
tmp_file = os.path.join(current_path, "temp.json") tmp_file = os.path.join(current_path, "temp.json")
if os.path.isfile(tmp_file): if os.path.isfile(tmp_file):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment