Skip to content

Commit

Permalink
Merge pull request #115 from HPC-SimTools/sim_conf_file
Browse files Browse the repository at this point in the history
Add back in setting SIMULATION_CONFIG_FILE in conf
  • Loading branch information
rosswhitfield authored Feb 25, 2021
2 parents df3d187 + 1d185f7 commit b3207ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ipsframework/configurationManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,8 @@ def initialize(self, data_mgr, resource_mgr, task_mgr):
if log_file in log_file_list:
self.fwk.exception('Error: Duplicate LOG_FILE in configuration files')
sys.exit(1)
if 'SIMULATION_CONFIG_FILE' not in conf:
conf['SIMULATION_CONFIG_FILE'] = conf_file
sim_name_list.append(sim_name)
sim_root_list.append(sim_root)
log_file_list.append(log_file)
Expand Down

0 comments on commit b3207ac

Please sign in to comment.