2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-03-23 18:51:48 +00:00
This commit is contained in:
Martin Green 2022-06-19 00:59:54 +01:00
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()