From a8c9f8b899b20a02db76af0151c043321e9e8d5d Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Mon, 8 Jul 2024 22:28:09 +0100 Subject: bug fix from unfinished work, aborted --- parsers/caves.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parsers/caves.py') diff --git a/parsers/caves.py b/parsers/caves.py index 4d35a51..c1f8094 100644 --- a/parsers/caves.py +++ b/parsers/caves.py @@ -723,7 +723,7 @@ def read_cave(filename, mvf=None, cave=None): Pending destruction of this whole concept and Class CaveSlug What is Class CaveSlug for? """ - return + #return primary = True # this sets the first thing we find to be primary=True and all the others =False for slug in slugs: if slug in caves_xslug: -- cgit v1.2.3