We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50ff1ab commit b30e5eeCopy full SHA for b30e5ee
src/DIRAC/FrameworkSystem/scripts/dirac_proxy_init.py
@@ -240,7 +240,7 @@ def doTheMagic(self):
240
241
vo = Registry.getVOMSVOForGroup(self.__piParams.diracGroup)
242
disabledVOs = gConfig.getValue("/DiracX/DisabledVOs", [])
243
- if vo not in disabledVOs:
+ if vo and vo not in disabledVOs:
244
from diracx.core.utils import write_credentials # pylint: disable=import-error
245
from diracx.core.models import TokenResponse # pylint: disable=import-error
246
from diracx.core.preferences import DiracxPreferences # pylint: disable=import-error
0 commit comments