Skip to content

Conversation

@mambelli
Copy link
Contributor

@mambelli mambelli commented Jan 29, 2026

To be compatible w/ HTCondor 25


# These imports needed for the `eval` blocks
try:
from classad import classad # noqa: F401 # pylint: disable=import-error

Check notice

Code scanning / CodeQL

Unused import Note test

Import of 'classad' is not used.
try:
from classad import classad # noqa: F401 # pylint: disable=import-error
except ImportError:
from classad2 import classad # noqa: F401 # pylint: disable=import-error

Check notice

Code scanning / CodeQL

Unused import Note test

Import of 'classad' is not used.
@mambelli mambelli force-pushed the v20/htcondor_v2_bindings branch from f69df72 to 694bd46 Compare January 29, 2026 04:08
@mambelli mambelli self-assigned this Jan 29, 2026
@mambelli mambelli requested a review from vitodb January 29, 2026 04:08
@mambelli mambelli force-pushed the v20/htcondor_v2_bindings branch from 694bd46 to b27f473 Compare January 29, 2026 05:31
Copy link
Contributor

@vitodb vitodb left a comment

Choose a reason for hiding this comment

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

This looks good!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants