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 fails with HTTP 500. Returning "None" is a gentler way which allows the calling client to deal with it. Ref: #6544 (comment)
code is
CRABServer/src/python/CRABInterface/RESTTask.py
Lines 218 to 224 in 483adb2
And in the example reported in there the DB has this (from the UI )
The text was updated successfully, but these errors were encountered:
return "None" when proxied dir is None in DB. Fix dmwm#8768"
6c4fa51
closed via #8767
Sorry, something went wrong.
belforte
No branches or pull requests
current code fails with HTTP 500.
Returning "None" is a gentler way which allows the calling client to deal with it.
Ref: #6544 (comment)
code is
CRABServer/src/python/CRABInterface/RESTTask.py
Lines 218 to 224 in 483adb2
And in the example reported in there the DB has this (from the UI )
The text was updated successfully, but these errors were encountered: