hxp
2025-05-08 6a9883b425e53e714b9a930ec70b7544999611a6
PySysDB/Éú³ÉIpyGameDataPY/IpyGameDataPYTemp.py
@@ -11,6 +11,8 @@
#
# è¯¦ç»†æè¿°: è¯»å–PY表
#
# @note: æœ¬è„šæœ¬ç”± \PySysDB\生成IpyGameDataPY ç”Ÿæˆ
#
#-------------------------------------------------------------------------------
#"""Version = 2018-05-10 12:00"""
#-------------------------------------------------------------------------------
@@ -106,10 +108,12 @@
    
    def __LoadFileData(self, tableName, onlyCheck=False):
        # @param onlyCheck: æ˜¯å¦ä»…检查格式,一般启动时用
        curPath = "<%LoadStructPath%>" + "\\PySysDB\\tag" + tableName + ".txt"
        curPath = "<%LoadStructPath%>" + "\\PySysDB\\" + tableName + ".txt"
        if not os.path.isfile(curPath):
            ErrLog("can not find file = %s,%s" % (tableName, curPath))
            raise Exception("can not find file = %s,%s" % (tableName, curPath))
            curPath = "<%LoadStructPath%>" + "\\PySysDB\\tag" + tableName + ".txt"
            if not os.path.isfile(curPath):
                ErrLog("can not find file = %s,%s" % (tableName, curPath))
                raise Exception("can not find file = %s,%s" % (tableName, curPath))
        
        if not onlyCheck:
            if not hasattr(self, "ipy%sLen" % tableName):