加入TODO
This commit is contained in:
parent
0e91d125cb
commit
bb2567aa86
@ -208,6 +208,7 @@ class ImagePreprocessor:
|
|||||||
self.config.enable_grid_division,
|
self.config.enable_grid_division,
|
||||||
self.mode
|
self.mode
|
||||||
)
|
)
|
||||||
|
# TODO 拼图
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
self.logger.error(f"处理过程中发生错误: {str(e)}", exc_info=True)
|
self.logger.error(f"处理过程中发生错误: {str(e)}", exc_info=True)
|
||||||
raise
|
raise
|
||||||
|
@ -49,6 +49,7 @@ class ODMProcessMonitor:
|
|||||||
Returns:
|
Returns:
|
||||||
Tuple[bool, str]: (是否成功, 错误信息)
|
Tuple[bool, str]: (是否成功, 错误信息)
|
||||||
"""
|
"""
|
||||||
|
# TODO 加入rerun信息
|
||||||
attempt = 0
|
attempt = 0
|
||||||
while attempt < self.max_retries:
|
while attempt < self.max_retries:
|
||||||
try:
|
try:
|
||||||
|
Loading…
Reference in New Issue
Block a user