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"]