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

update to batching

parent 171dcd84
No related branches found
No related tags found
No related merge requests found
...@@ -679,7 +679,7 @@ proc fdt:apply { w dialog } { ...@@ -679,7 +679,7 @@ proc fdt:apply { w dialog } {
exec mkdir -p $probtrack(output) exec mkdir -p $probtrack(output)
} }
set filebase $probtrack(output)/tmp set filebase $probtrack(output)/fdtx
set logfile "${filebase}_log.tcl" set logfile "${filebase}_log.tcl"
set log [open "$logfile" w] set log [open "$logfile" w]
puts $log "set tool $probtrack(tool)" puts $log "set tool $probtrack(tool)"
......
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