Skip to content

Commit

Permalink
proper paths for the var and oeprator files
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeCernuda committed Oct 18, 2023
1 parent dd963f2 commit c58553f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/jarvis_coeus/jarvis_coeus/io_comp/pkg.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ def configure(self, **kwargs):
elif self.config['engine'].lower() == 'hermes':
replacements = [
('PPN', f'{ppn}'),
('VARFILE', f'{self.pkg_dir}/config/var.yaml'),
('OPFILE', f'{self.pkg_dir}/config/operator.yaml'),
('VARFILE', self.var_json_path),
('OPFILE', self.operator_json_path),
('DBFILE', self.config['db_path']),
]
self.copy_template_file(f'{self.pkg_dir}/config/hermes.xml',
Expand Down

0 comments on commit c58553f

Please sign in to comment.