2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-17 17:27:08 +00:00

documeting the kataster tool

This commit is contained in:
2025-02-09 23:32:42 +00:00
parent 1c07dc5a94
commit f4afa0c672
2 changed files with 3 additions and 6 deletions

View File

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