Changeset 4816 for palm/trunk/SCRIPTS/palmtest
- Timestamp:
- Dec 9, 2020 3:39:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/palmtest
r4751 r4816 1039 1039 iofiles_template = iofiles_template_file.read() 1040 1040 with open(os.path.join(self.test_dir, '.palm.iofiles'), 'w') as iofiles_file: 1041 iofiles_file.write(iofiles_template.replace('$fast_io_catalog', '$base_data') )1041 iofiles_file.write(iofiles_template.replace('$fast_io_catalog', '$base_data').replace('$restart_data_path', '$base_data').replace('$output_data_path', '$base_data')) 1042 1042 except: 1043 1043 logger.to_all('ERROR: No .palm.iofiles file was found in trunk/SCRIPTS/')
Note: See TracChangeset
for help on using the changeset viewer.