diff options
Diffstat (limited to 'core/views/cave_kataster.py')
-rw-r--r-- | core/views/cave_kataster.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"
|