From cf89b1b67f198df65d8a7c7e17f55971ef09ea6b Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Tue, 28 Jan 2025 20:54:12 +0000 Subject: bug fix --- core/views/expo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/views/expo.py') diff --git a/core/views/expo.py b/core/views/expo.py index e6df44f..ac5c522 100644 --- a/core/views/expo.py +++ b/core/views/expo.py @@ -509,8 +509,8 @@ def editexpopage(request, path): write_and_commit([(filepath, result, "utf-8")], f"{change_message} - online edit of {path}", editor) except WriteAndCommitError as e: return render(request, "errors/generic.html", {"message": e.message}) - print(f"Returning response now, which should set cookie on client browser") - return edit_response + print(f"Returning response now, which should set cookie on client browser") + return edit_response else: if filefound: m = re.search(r"(.*)", head, re.DOTALL + re.IGNORECASE) -- cgit v1.2.3