Inprove -m mapping.
This commit is contained in:
parent
ad75cc1eb7
commit
9e6095afa0
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue