Skip to content

Commit

Permalink
docs: document MAX_FILENAME_LENGTH
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Sailer <[email protected]>
  • Loading branch information
chaen and andresailer committed May 6, 2024
1 parent 25a34c3 commit 4c825d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DIRAC/DataManagementSystem/Client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4c825d9

Please sign in to comment.