Skip to content

Commit 956dba1

Browse files
authored
Merge pull request #5985 from chrisburr/hack-fix-22-03-24
[integegration] Set default value of BaseRequestHandler.COMPONENT_NAME
2 parents c88c50b + c09e01f commit 956dba1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DIRAC/Core/Tornado/Server/private/BaseRequestHandler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ def _authzMYAUTH(self):
285285
# Developer can overwrite this
286286
# if your handler is outside the DIRAC system package (src/DIRAC/XXXSystem/<path to your handler>)
287287
SYSTEM_NAME = None
288+
COMPONENT_NAME = None
288289

289290
# Base system URL. If defined, it is added as a prefix to the handler generated.
290291
BASE_URL = None

0 commit comments

Comments
 (0)