From a1f188b5ea814b324bfdeeb0e9030efd024e1fbf Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Thu, 28 Dec 2023 15:36:11 +0800 Subject: [PATCH] compatible with CPIC file format --- csst_common/file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csst_common/file.py b/csst_common/file.py index 0fd1aec..b8cbaf0 100644 --- a/csst_common/file.py +++ b/csst_common/file.py @@ -49,7 +49,7 @@ class File: r"(?P[0-9]{14})_" r"(?P[0-9]{14})_" r"(?P[0-9]{11,14})_" - r"(?P[0-9]+)_" + r"(?P[0-9A-Z]+)_" r"L(?P[0-9]{1})_" r"V(?P[0-9]{2})" r"(?P[a-z.]+)" -- GitLab