summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2024-07-03 11:48:38 +0300
committerPhilip Sargent <philip.sargent@gmail.com>2024-07-03 11:48:38 +0300
commitcb81a066dbbc61bd55adac3180533eaf8f073064 (patch)
tree6d6d493765723bfceac160c4815804f9da1fe336 /parsers/caves.py
parent704ff8335dc78b497586e773c4ed7a596672b920 (diff)
downloadtroggle-cb81a066dbbc61bd55adac3180533eaf8f073064.tar.gz
troggle-cb81a066dbbc61bd55adac3180533eaf8f073064.tar.bz2
troggle-cb81a066dbbc61bd55adac3180533eaf8f073064.zip
initial text file editing stuff
Diffstat (limited to 'parsers/caves.py')
-rw-r--r--parsers/caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/caves.py b/parsers/caves.py
index efaa0e9..4d35a51 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -855,7 +855,7 @@ def read_cave(filename, mvf=None, cave=None):
# we have already checked for uniqueness but the Cave object may/should be already created by the Entrance parsing
manual_edit = False
- # The Cave object might be known by another (alias) name
+ # The Cave object should already have been created when reading the entrance_data file
caves = Cave.objects.filter(filename=filename)
if len(caves) ==1:
cave = caves[0]