Inprove -m mapping.

This commit is contained in:
Eric S. Raymond 2022-04-13 15:20:26 -04:00
parent ad75cc1eb7
commit 9e6095afa0

View file

@ -15,7 +15,7 @@ import sys, yaml, getopt
def allalike(loc):
"Select out loci related to the Maze All Alike"
return ("ALIKE" in loc) or (loc == "LOC_PITBRINK") or ("MAZEEND" in loc) or ("STALACTITE" in loc) or (loc == "LOC_MISTWEST")
return ("ALIKE" in loc) or (loc == "LOC_PITBRINK") or ("MAZEEND" in loc) or ("STALACTITE" in loc)
def surface(attrs):
"Select out surface locations"