forked from expo/troggle
test
This commit is contained in:
parent
4fe306d35f
commit
b39a57786d
@ -325,7 +325,7 @@ def editexpopage(request, path):
|
||||
body = body.replace("\r", "")
|
||||
result = "%s<head%s>%s</head>%s<body%s>\n%s</body>%s" % (preheader, headerargs, head, postheader, bodyargs, body, postbody)
|
||||
|
||||
cwd = filepath.parent
|
||||
cwd = Path(filepath).parent
|
||||
filename = filepath.name
|
||||
git = settings.GIT
|
||||
# GIT see also core/models/cave.py writetrogglefile()
|
||||
|
Loading…
Reference in New Issue
Block a user