Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
csst_common
Commits
b80a0ddd
Commit
b80a0ddd
authored
Dec 30, 2025
by
BO ZHANG
🏀
Browse files
update EXIT_CODES
parent
c866aaea
Pipeline
#11675
passed with stage
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
csst_common/pipeline.py
View file @
b80a0ddd
...
...
@@ -46,13 +46,13 @@ def print_directory_tree(directory="."):
EXIT_CODES
=
{
"success"
:
0
,
"ccds_reference_file_error"
:
10
,
"reference_catalog_error"
:
11
,
"input_data_
error"
:
20
,
"input_data_not_unique"
:
21
,
"
input_data_invalid"
:
22
,
"data_product_invalid"
:
3
0
,
"data_product_ingestion_error"
:
3
1
,
"ccds_reference_file_error"
:
10
,
# CCDS 参考文件错误
"reference_catalog_error"
:
11
,
# 参考星表错误
"input_data_
invalid"
:
20
,
# 输入数据错误
"input_data_not_unique"
:
21
,
# 输入数据不唯一
"
algorithm_error"
:
30
,
# 算法错误
"data_product_invalid"
:
4
0
,
# 数据产品无效
"data_product_ingestion_error"
:
4
1
,
# 数据产品摄取错误
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment