From 8dcbedee0c3761cefdc405d1cbfc084d375e341c Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Mon, 22 Jul 2024 23:28:19 +0800 Subject: [PATCH] comments --- csst_dfs_api/facility/level0prc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csst_dfs_api/facility/level0prc.py b/csst_dfs_api/facility/level0prc.py index d92bc39..fb0e7e8 100644 --- a/csst_dfs_api/facility/level0prc.py +++ b/csst_dfs_api/facility/level0prc.py @@ -37,7 +37,7 @@ class Level0PrcApi(object): ''' insert a level0 procedure record into database :param kwargs: Parameter dictionary, key items support: - level0_id : [str] + level0_id : [int] internal id of level0 data pipeline_id : [str] prc_module : [str] run_id : [str] -- GitLab