From f4afa0c6724a2467ceff2e84342a9939c20f9b46 Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Sun, 9 Feb 2025 23:32:42 +0000 Subject: documeting the kataster tool --- core/views/cave_kataster.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/views/cave_kataster.py') diff --git a/core/views/cave_kataster.py b/core/views/cave_kataster.py index 13c6dc3..b853616 100644 --- a/core/views/cave_kataster.py +++ b/core/views/cave_kataster.py @@ -359,7 +359,7 @@ def kataster(request, slug=None): print(msg) # Restart script with POST data - script = "# Conversion script - VERY INCOMPLETE AS YET\n# When doing it by hand, it is less error-prone to do the file re-namings last,\n" + script = "# Conversion script - nearly complete\n# When doing it by hand, it is less error-prone to do the file re-namings last,\n" script += "# after the edits, but in a script it does not matter so much\n" script += "# so long as everything is consistent and tested.\n" script += "# Except that reversing changes using git does not always restore directories exactly\n# (because of .gitignore).\n\n" -- cgit v1.2.3