Skip to content

Commit

Permalink
Add ascent_opts["default_dir"] to "image_name" images (#1295)
Browse files Browse the repository at this point in the history
image_name will respect default_dir unless provided a path.
  • Loading branch information
nicolemarsaglia committed May 22, 2024
1 parent baa7ec2 commit 8135383
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,7 @@ DefaultRender::execute()
if(params().has_path("image_name"))
{
image_name = params()["image_name"].as_string();
image_name = output_dir(image_name);
}
else
{
Expand Down

0 comments on commit 8135383

Please sign in to comment.