whitespace cleanup

This commit is contained in:
olly 2015-06-20 10:51:19 +12:00
parent 293441a503
commit 05b55391d6

View File

@ -186,7 +186,7 @@ def get_img_name(maparea):
# big map first (zoom factor ignored)
maps = {
# id left top right bottom zoom
# id left top right bottom zoom description
# G&K G&K G&K G&K factor
# DO NOT just change the coordinates of "all" - they MUST match the borders of the scanned map.
"all": [34394.9, 84508.6, 37399.4, 80895.6, 1.0, "All"],
@ -392,7 +392,7 @@ cavestoplot = []
for cave in cavetab:
if cave["Link file"]: continue
number = find_effective_number(cave)
if(cave["Multiple entrances"] not in ["", "yes"]):
if cave["Multiple entrances"] not in ["", "yes"]):
number = "—" + cachednumber + cave["Entrances"]
shortnumber = cachednumber
if not cave["Area"]: cave["Area"] = cachedarea