Bug! missing ' else {' in gen_sct
This commit is contained in:
@ -1311,7 +1311,7 @@ def put_checkstatus_function(MyDriver, func):
|
||||
txt += [' if {[hpropexists [sct] simulated] && [sct simulated] == "true"} {']
|
||||
txt += [' set pv "${sp}"']
|
||||
txt += [' hupdateif ${tc_root}/[sct driveable] ${sp}']
|
||||
txt += [' }']
|
||||
txt += [' } else {']
|
||||
txt += [' set pv "[hval ${tc_root}/[sct driveable]]"']
|
||||
txt += [' }']
|
||||
txt += [' if { abs(${pv} - ${sp}) <= [sct tolerance] } {']
|
||||
|
Reference in New Issue
Block a user