Corrected pims_split templates
1 unresolved thread
1 unresolved thread
Fixed split.condor for HTC10 by removing the quotes around an already quoted variable. I didn't find any other instances of this happening in other template files.
Also brought over update_stage commands into split.sh that disappeared sometime since 2.8.1.
Merge request reports
Activity
assigned to @dnemergu
5 Create Date: 2024-02-29 12:37:02.423565 6 7 """ 8 from alembic import op 9 import sqlalchemy as sa 10 11 12 # revision identifiers, used by Alembic. 13 revision = 'd992b379d8a7' 14 down_revision = '36591dc3f14d' 15 branch_labels = None 16 depends_on = None 17 18 # Remove quotes around string variables that have already been quoted 19 new_split_condor = """executable = split.sh 20 arguments = "$(split_dir)"{{#quicklook_url}} "$(quicklook_url)"{{/quicklook_url}} changed this line in version 2 of the diff
added 1 commit
- 6ab3a8f6 - Moved the pims_split workflow templates into text files to make them simpler to maintain
- Resolved by Charlotte Hausman
added 1 commit
- 699d5a66 - Update stage was also missing from the restore and finish scripts, also...
added 1 commit
- cc48621a - Removing the quotes around the split_dir in the arguments, just in case. Seems to work
mentioned in commit a19af00d
Please register or sign in to reply