Skip to content

Commit

Permalink
Add back in setting SIMULATION_CONFIG_FILE in conf
Browse files Browse the repository at this point in the history
  • Loading branch information
rosswhitfield committed Feb 24, 2021
1 parent df3d187 commit 1d185f7
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 1d185f7

Please sign in to comment.