|
@@ -150,8 +150,10 @@ def getEnterprisePath():
|
|
huge_path = getFileFromSysPath(filename_huge)
|
|
huge_path = getFileFromSysPath(filename_huge)
|
|
if huge_path is None:
|
|
if huge_path is None:
|
|
if os.path.exists(huge_path):
|
|
if os.path.exists(huge_path):
|
|
|
|
+ log("enterprise path:%s"%(huge_path))
|
|
return huge_path
|
|
return huge_path
|
|
else:
|
|
else:
|
|
|
|
+ log("enterprise path:%s"%(huge_path))
|
|
return huge_path
|
|
return huge_path
|
|
|
|
|
|
filename = "LEGAL_ENTERPRISE.txt"
|
|
filename = "LEGAL_ENTERPRISE.txt"
|
|
@@ -159,6 +161,7 @@ def getEnterprisePath():
|
|
real_path = getFileFromSysPath(filename)
|
|
real_path = getFileFromSysPath(filename)
|
|
if real_path is None:
|
|
if real_path is None:
|
|
real_path = filename
|
|
real_path = filename
|
|
|
|
+ log("enterprise path:%s"%(real_path))
|
|
return real_path
|
|
return real_path
|
|
|
|
|
|
DICT_ENTERPRISE = {}
|
|
DICT_ENTERPRISE = {}
|