Skip to content
Snippets Groups Projects
Commit b84cf40c authored by Matthew Webster's avatar Matthew Webster
Browse files

fixed log moving command

parent ce265a8f
No related branches found
No related tags found
No related merge requests found
......@@ -780,8 +780,7 @@ proc fdt:apply { w dialog } {
puts $log "set probtrack(reference) $probtrack(reference)"
puts $log "set probtrack(output) $probtrack(output)"
if { $canwrite } {
set copylog "fdt.log"
set copylog "$probtrack(output)/fdt.log"
if { $probtrack(waypoint_yn) == 1 } {
fdt_exp w $w.data.targets.wf.tf.targets $probtrack(output)/waypoints.txt
puts $log "set probtrack(waypoint_yn) $probtrack(waypoint_yn)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment