Skip to content

Commit c09e01f

Browse files
committed
fix (Core): Set default value of COMPONENT_NAME
1 parent c88c50b commit c09e01f

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)