2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-01-18 16:42:48 +00:00

to do additions comments

This commit is contained in:
2025-10-27 22:01:15 +02:00
parent 061738d56d
commit f573838e89

View File

@@ -292,6 +292,8 @@ def expofilerename(request, filepath):
return simple_get(ctx)
# main flow
# needs tidying, fold in simple_get into get()
# and change this silly return ctx["response"] thinggy to something more obvious
ctx = _setup(filepath)
if "response" in ctx:
return ctx["response"]