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? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Sorry for late reply. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
getDIRACPlatform
andgetDIRACPlatforms
methods 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:
Beta Was this translation helpful? Give feedback.
All reactions