From 4c825d967441ab598c0ed196fa33467bb588a2f3 Mon Sep 17 00:00:00 2001 From: chaen Date: Mon, 6 May 2024 13:37:29 +0200 Subject: [PATCH] docs: document MAX_FILENAME_LENGTH Co-authored-by: Andre Sailer --- src/DIRAC/DataManagementSystem/Client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DIRAC/DataManagementSystem/Client/__init__.py b/src/DIRAC/DataManagementSystem/Client/__init__.py index 15f7aaecf9d..f06ddfbf90b 100755 --- a/src/DIRAC/DataManagementSystem/Client/__init__.py +++ b/src/DIRAC/DataManagementSystem/Client/__init__.py @@ -2,5 +2,5 @@ DIRAC.DataManagementSystem.Client package """ -# This should be the same as the FileName column of the DFC +#: Maximum number of characters for a filename, this should be the same as the FileName column of the DFC MAX_FILENAME_LENGTH = 128