mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-01-18 08:52:37 +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():
|
||||
caveslist = []
|
||||
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"))
|
||||
caveslist.append(["", l,d,w, {"Name" : "<i>Schwarzmooskogelhöhlensystem</i>", "Autogen file" : ""}])
|
||||
print "done\nParsing CSV file"
|
||||
|
Loading…
Reference in New Issue
Block a user