Removing the possibility for custom getDIRACPlatform(s) method ? #7018
simon-mazenoux
started this conversation in
General
Replies: 2 comments 1 reply
|
Can you write the after of the code to understand which feature you are going to remove? |
1 reply
|
Sorry for late reply. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently, the getDIRACPlatform and getDIRACPlatforms methods can be VO specific :
In the JobDB class (
getDIRACPlatform) :In the Job class (
getDIRACPlatforms):These two methods are used to check if the specified platform is correct :
In the JobDB class:
In the Job class:
This use case for a custom
getDIRACPlatformandgetDIRACPlatformsmethods were introduced for LHCbDIRAC, but is no longer necessary for that specific VO.I was therefore wondering if this possibility for customization was currently used by another VO, and, if not, can be removed by importing the method directly :
In the JobDB class:
In the Job class:
All reactions