浏览代码

重拍异常提醒

rambo 1 月之前
父节点
当前提交
405cecf440
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      python/sockets/message_handler.py

+ 2 - 2
python/sockets/message_handler.py

@@ -421,7 +421,7 @@ async def handlerSend(
                             f.write(f"原因: 文件被占用或没有删除权限\n")
                             f.write(f"错误信息: {str(e)}\n")
                             f.write(f"时间: {time.strftime('%Y-%m-%d %H:%M:%S')}\n")
-                            f.write(f"请关闭可能正在使用此目录的程序后重试\n")
+                            f.write(f"请关闭可能正在使用此目录的程序后,为当前货号点击重拍后重试\n")
                         continue
                     except Exception as e:
                         logger.info(f"抠图前目录删除出现问题:{str(e)};{goods_art_revice};{cutout_goods}")
@@ -430,7 +430,7 @@ async def handlerSend(
                             f.write("目录删除失败\n")
                             f.write(f"原因: {str(e)}\n")
                             f.write(f"时间: {time.strftime('%Y-%m-%d %H:%M:%S')}\n")
-                            f.write(f"请检查目录状态后重试\n")
+                            f.write(f"请检查目录状态后,为当前货号点击重拍后重试\n")
                         continue
             session = SqlQuery()
             for goods_art_no in goods_art_no_arrays: