summaryrefslogtreecommitdiffstats
path: root/parsers
diff options
context:
space:
mode:
Diffstat (limited to 'parsers')
-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]