SSURGO_BatchDownload_byRegion.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:SSURGO-QA 作者: ncss-tech 项目源码 文件源码
def errorMsg():

    tb = sys.exc_info()[2]
    l = traceback.format_tb(tb)
    l.reverse()
    tbinfo = "".join(l)
    AddMsgAndPrint("\n\n----------ERROR Start-------------------",2)
    AddMsgAndPrint("Traceback Info: \n" + tbinfo + "Error Info: \n    " +  str(sys.exc_type)+ ": " + str(sys.exc_value) + "",2)
    AddMsgAndPrint("----------ERROR End-------------------- \n",2)

## ================================================================================================================
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号