bugfix:Jsファイルでデプロイ時の不具合修正
This commit is contained in:
@@ -404,12 +404,11 @@ def updateappjscss(app,uploads,c:config.KINTONE_ENV):
|
|||||||
r = httpx.put(url,headers=headers,data=json.dumps(data))
|
r = httpx.put(url,headers=headers,data=json.dumps(data))
|
||||||
return r.json()
|
return r.json()
|
||||||
|
|
||||||
def getTempPath(filename){
|
def getTempPath(filename):
|
||||||
scriptdir = Path(__file__).resolve().parent
|
scriptdir = Path(__file__).resolve().parent
|
||||||
rootdir = scriptdir.parent.parent.parent.parent
|
rootdir = scriptdir.parent.parent.parent.parent
|
||||||
fpath = os.path.join(rootdir,"Temp",filename)
|
fpath = os.path.join(rootdir,"Temp",filename)
|
||||||
return fpath
|
return fpath
|
||||||
}
|
|
||||||
|
|
||||||
def createappjs(domainid,app):
|
def createappjs(domainid,app):
|
||||||
db = SessionLocal()
|
db = SessionLocal()
|
||||||
|
|||||||
Reference in New Issue
Block a user