We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current code only works in python2, and even in that case fails with new go-based DBS server. See https://cms-talk.web.cern.ch/t/error-when-using-getlumilistinvalidfiles/16240/3
long term fix: use dasgoclient - likely not worth !
[1] I edited the following lines:
CRABClient/src/python/CRABClient/UserUtilities.py
Lines 175 to 177 in 7248a05
to
lumi = f['lumi_section_num'] runLumiPairs.append((run, lumi))
since f['lumi_section_num'] is just an int. It now works as expected.
f['lumi_section_num']
The text was updated successfully, but these errors were encountered:
But in reality new python3 DBS Client is not part of CMSSW distribution. It needs to be pip-installed by users. So I will go for dasgoclient
Sorry, something went wrong.
change getLumiListInValidFiles to use dasgoclient Fix dmwm#5175
3a0fe6c
5dda7c6
3e3582d
belforte
No branches or pull requests
Current code only works in python2, and even in that case fails with new go-based DBS server.
See
https://cms-talk.web.cern.ch/t/error-when-using-getlumilistinvalidfiles/16240/3
long term fix: use dasgoclient - likely not worth !
[1]
I edited the following lines:
CRABClient/src/python/CRABClient/UserUtilities.py
Lines 175 to 177 in 7248a05
to
since
f['lumi_section_num']
is just an int. It now works as expected.The text was updated successfully, but these errors were encountered: