Merge branch 'main' of git.opencomputing.cn:yumoqing/uapi

This commit is contained in:
yumoqing 2025-09-06 19:14:34 +08:00
commit 4307ac7b3e

View File

@ -190,7 +190,7 @@ class UAPI:
line = self.filter_nl_cr(line) line = self.filter_nl_cr(line)
except Exception as e: except Exception as e:
debug(f'{line=}, {self.uapi.response=} error({e})\n{format_exc()}') debug(f'{line=}, {self.uapi.response=} error({e})\n{format_exc()}')
pass continue
if len(line): if len(line):
yield f'{line}\n' yield f'{line}\n'
else: else: