Changeset 4816 for palm/trunk
- Timestamp:
- Dec 9, 2020 3:39:57 PM (4 years ago)
- Location:
- palm/trunk
- Files:
-
- 2 edited
- 2 moved
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/') -
palm/trunk/SCRIPTS/palmtutorial
r4091 r4816 1023 1023 iofiles_template = iofiles_template_file.read() 1024 1024 with open(os.path.join(self.test_dir, '.palm.iofiles'), 'w') as iofiles_file: 1025 iofiles_file.write(iofiles_template.replace('$fast_io_catalog', '$base_data') )1025 iofiles_file.write(iofiles_template.replace('$fast_io_catalog', '$base_data').replace('$restart_data_path', '$base_data').replace('$output_data_path', '$base_data')) 1026 1026 except: 1027 1027 logger.to_all('ERROR: No .palm.iofiles file was found in trunk/SCRIPTS/')
Note: See TracChangeset
for help on using the changeset viewer.