Skip to content

Commit

Permalink
Merge pull request #745 from dynamic-entropy/versioned-data-tier
Browse files Browse the repository at this point in the history
Allow numeric literals in datatier names
  • Loading branch information
dynamic-entropy authored Mar 14, 2024
2 parents 3535027 + ce0fcf6 commit 955f9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/policy/CMSRucioPolicy/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"pattern": "\\w"}

CMS_LFN_LENGTH = 500
CMS_DATASET_CORE = r'/[a-zA-Z0-9\-_]{1,99}/[a-zA-Z0-9\.\-_]{1,199}/[A-Z\-]{1,50}'
CMS_DATASET_CORE = r'/[a-zA-Z0-9\-_]{1,99}/[a-zA-Z0-9\.\-_]{1,199}/[A-Z0-9\-]{1,50}'
CMS_BLOCK_PART = r'[a-zA-Z0-9\.\-_]{1,100}'

CMS_DATASET = r'^%s$' % CMS_DATASET_CORE
Expand Down

0 comments on commit 955f9f4

Please sign in to comment.