Skip to content

Commit

Permalink
script output path should be relative
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema committed Dec 13, 2024
1 parent acbe441 commit dc67a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asreviewcontrib/makita/template_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def render_scripts(self, scripts: list):

for s in scripts:
t_script = self.file_handler.render_file_from_template(
s, "script", output_folder=self.paths.output_folder_path
s, "script", output_folder=self.paths.output_folder
)
self.file_handler.add_file(
t_script, Path(self.paths.scripts_folder_path, s)
Expand Down

0 comments on commit dc67a77

Please sign in to comment.