fix 添加文件句柄逻辑

This commit is contained in:
liuheng 2024-08-21 15:42:50 +08:00
parent 01ead3e4d4
commit 0a2dba90f8

View File

@ -3174,6 +3174,8 @@ Common options:
self.check_config()
elif self.action == ACTION_CHECK_CPU_INSTRUCTIONS:
self.check_cpu_instructions()
elif self.action == ACTION_CHECK_NOFILE_LIMIT:
self.check_nofile_limit()
else:
self.logger.logExit(ErrorCode.GAUSS_500["GAUSS_50000"]
% self.action)