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

Repeated options in temp.ini #4934

Open
aleynaakyuz opened this issue Nov 12, 2024 · 0 comments
Open

Repeated options in temp.ini #4934

aleynaakyuz opened this issue Nov 12, 2024 · 0 comments

Comments

@aleynaakyuz
Copy link
Contributor

While I was working on PR #4915, I came across a repeated options problem with the small template bank generation test. The test code generates a file called temp.ini and in the file, the same option is repeated as

_CONDOR_SCHEDD_DAEMON_AD_FILE = /var/spool/condor/.schedd_classad
_condor_SCHEDD_DAEMON_AD_FILE = /var/spool/condor/.schedd_classad

Since case-sensitive options are enabled here, this duplication doesn’t normally cause an error. However, the alternative file-reading method I used in the PR triggered an error due to this repetition. @spxiwh

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

No branches or pull requests

1 participant