-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Estimate: EasyGood first issue for newcomers. Straightforward fixes.Good first issue for newcomers. Straightforward fixes.Priority: MediumWork on this.Work on this.Type: FeatureA (suggetion for a) new feature or enhancement in functionality.A (suggetion for a) new feature or enhancement in functionality.Type: ReleaseIssue preparing for a release.Issue preparing for a release.
Description
Some instances of htcondor need an executable flag for the bash script, like the one used by the CNRS IN2P3.
Code to be added around there:
submitter/pylhc_submitter/submitter/htc_utils.py
Lines 237 to 239 in ac89efe
f.write(f'{cp_command}\n') | |
shell_scripts[idx] = bash_file_name |
This fixes it, probably needs a check for windows as well
status = _start_subprocess(["chmod", "+x", f"{jobfile}"])
Metadata
Metadata
Assignees
Labels
Estimate: EasyGood first issue for newcomers. Straightforward fixes.Good first issue for newcomers. Straightforward fixes.Priority: MediumWork on this.Work on this.Type: FeatureA (suggetion for a) new feature or enhancement in functionality.A (suggetion for a) new feature or enhancement in functionality.Type: ReleaseIssue preparing for a release.Issue preparing for a release.