Skip to content

Commit

Permalink
Use work-root-relative paths in icarus
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Nov 17, 2023
1 parent 2860547 commit de84ee5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions edalize/tools/icarus.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ def setup(self, edam):
self.scr_file = scr_file

def write_config_files(self):
f = os.path.join(self.work_root, self.name + ".scr")
self.update_config_file(f, self.scr_file.getvalue())
self.update_config_file(self.name + ".scr", self.scr_file.getvalue())

def run(self):
args = ["run"]
Expand Down

0 comments on commit de84ee5

Please sign in to comment.