Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for submit option to HTCondor site adapter #354

Merged

Conversation

giffels
Copy link
Member

@giffels giffels commented Oct 16, 2024

Resolves #353

@giffels giffels added the enhancement New feature or request label Oct 16, 2024
@@ -44,7 +45,9 @@ async def condor_q(
_job_id(resource.remote_resource_uuid) for resource in resource_attributes
)

queue_command = f"condor_q {remote_resource_ids} -af:t {attributes_string}"
queue_command = (
f"condor_q {remote_resource_ids} -af:t {attributes_string}" # noqa E231
Copy link
Member Author

@giffels giffels Oct 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to the feature. Flake 8 complained about the missing space after the colon like in -af: t. 🙈

@giffels giffels mentioned this pull request Oct 16, 2024
2 tasks
@giffels giffels requested review from mschnepf and RHofsaess October 16, 2024 15:36
@giffels giffels marked this pull request as ready for review October 16, 2024 15:36
Copy link

@RHofsaess RHofsaess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm 👍

Copy link
Member

@mschnepf mschnepf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, for adding the documentation. Looks good 👍

@giffels giffels added this pull request to the merge queue Oct 18, 2024
Merged via the queue into MatterMiners:master with commit ee17ef9 Oct 18, 2024
8 checks passed
@giffels giffels deleted the feature/add-options-htcondor-site-adapter branch October 18, 2024 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add -spool option in C/T config file
3 participants