From f573838e89b3df20acf7be9d7f06fe5b38404d17 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 27 Oct 2025 22:01:15 +0200 Subject: [PATCH] to do additions comments --- core/views/uploads.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/views/uploads.py b/core/views/uploads.py index 01d79dc..02f4d04 100644 --- a/core/views/uploads.py +++ b/core/views/uploads.py @@ -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"]