You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Call findFutureServices and read services into an array
172
-
mapfile -t futureServices <<(python -m DIRAC.Core.Utilities.Extensions findFutureServices | sed 's/System / /g'| sed 's/Handler//g'| sed 's/Client//g'| sed 's/ /\//g')
168
+
# Only if we have TEST_DIRACX we can have a legacy_adapted service, or it will crash
169
+
# "Missing mandatory /DiracX/URL configuration"
170
+
# Call findFutureServices and read services into an array
171
+
mapfile -t futureServices <<(python -m DIRAC.Core.Utilities.Extensions findFutureServices | sed 's/System / /g'| sed 's/Handler//g'| sed 's/Client//g'| sed 's/ /\//g')
0 commit comments