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))
|
||||
return r.json()
|
||||
|
||||
def getTempPath(filename){
|
||||
def getTempPath(filename):
|
||||
scriptdir = Path(__file__).resolve().parent
|
||||
rootdir = scriptdir.parent.parent.parent.parent
|
||||
fpath = os.path.join(rootdir,"Temp",filename)
|
||||
return fpath
|
||||
}
|
||||
|
||||
def createappjs(domainid,app):
|
||||
db = SessionLocal()
|
||||
|
||||
Reference in New Issue
Block a user