fix up URLs in cave_data files for ${subarea} -> '1623'

This commit is contained in:
Wookey
2015-04-07 05:26:41 +01:00
parent b4472fd12b
commit c2dfc6182c
412 changed files with 1153 additions and 1153 deletions

View File

@@ -44,7 +44,7 @@ def print_caveline(number, l, d, w, cave):
def parse_csvfile():
caveslist = []
print "Calculating SMK-system extent... ",
os.popen("cavern ../loser/smk-system -o noinfo/smk-system.3d")
os.popen("cavern ../1623/smk-system -o noinfo/smk-system.3d")
l,d,w = map(float, chomp(os.popen(CS_BINARY + " noinfo/smk-system -c ").read()).split("\t"))
caveslist.append(["", l,d,w, {"Name" : "<i>Schwarzmooskogelh&ouml;hlensystem</i>", "Autogen file" : ""}])
print "done\nParsing CSV file"