Skip to content
Snippets Groups Projects
Commit cc48621a authored by Daniel Nemergut's avatar Daniel Nemergut
Browse files

Removing the quotes around the split_dir in the arguments, just in case. Seems to work

parent 699d5a66
No related branches found
No related tags found
2 merge requests!1607merge 2.8.3 to main,!1588Corrected pims_split templates
Pipeline #14541 passed
This commit is part of merge request !1588. Comments created here will be created in the context of that merge request.
executable = split.sh
arguments = "$(split_dir)"{{#quicklook_url}} "$(quicklook_url)"{{/quicklook_url}}
arguments = $(split_dir){{#quicklook_url}} $(quicklook_url){{/quicklook_url}}
output = tiles/$(split_dir)/split.out
error = tiles/$(split_dir)/split.err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment