rempips: fix todo.txt path

Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
John McMaster 2018-12-17 14:28:55 -08:00
parent cffdd62105
commit 175d5f0047
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ route_design
# write_checkpoint -force design.dcp
set fp [open "../todo.txt" r]
set fp [open "../../todo.txt" r]
set todo_lines {}
for {gets $fp line} {$line != ""} {gets $fp line} {
lappend todo_lines [split $line .]