forked from expo/troggle
Add ref as a valid survex command to prevent errors
This commit is contained in:
parent
f60df05aab
commit
e6b12e99e6
@ -206,7 +206,7 @@ def RecursiveLoad(survexblock, survexfile, fin, textlines):
|
|||||||
survexblock.MakeSurvexStation(line.split()[0])
|
survexblock.MakeSurvexStation(line.split()[0])
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if not cmd in [ "sd", "include", "units", "entrance", "data", "flags", "title", "export", "instrument", "calibrate", "set", "infer", "alias" ]:
|
if not cmd in [ "sd", "include", "units", "entrance", "data", "flags", "title", "export", "instrument", "calibrate", "set", "infer", "alias", "ref" ]:
|
||||||
print ("Unrecognised command in line:", cmd, line, survexblock)
|
print ("Unrecognised command in line:", cmd, line, survexblock)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user