mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-03-23 18:51:52 +00:00
[svn r8419] fix paths for current svn layout
This commit is contained in:
parent
e9e37773e7
commit
6cd7abb299
@ -44,7 +44,7 @@ def print_caveline(number, l, d, w, cave):
|
|||||||
def parse_csvfile():
|
def parse_csvfile():
|
||||||
caveslist = []
|
caveslist = []
|
||||||
print "Calculating SMK-system extent... ",
|
print "Calculating SMK-system extent... ",
|
||||||
os.popen("cavern dataset/loser/smk-system -o noinfo/smk-system.3d")
|
os.popen("cavern ../loser/smk-system -o noinfo/smk-system.3d")
|
||||||
l,d,w = map(float, chomp(os.popen(CS_BINARY + " noinfo/smk-system -c ").read()).split("\t"))
|
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öhlensystem</i>", "Autogen file" : ""}])
|
caveslist.append(["", l,d,w, {"Name" : "<i>Schwarzmooskogelhöhlensystem</i>", "Autogen file" : ""}])
|
||||||
print "done\nParsing CSV file"
|
print "done\nParsing CSV file"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user