Commit b80a0ddd authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

update EXIT_CODES

parent c866aaea
Pipeline #11675 passed with stage
......@@ -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": 30,
"data_product_ingestion_error": 31,
"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": 40, # 数据产品无效
"data_product_ingestion_error": 41, # 数据产品摄取错误
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment