Merge pull request #335 from mcmasterg/rempips_todo

rempips: fix todo.txt path
This commit is contained in:
John McMaster 2018-12-17 14:40:38 -08:00 committed by GitHub
commit 65a07d4933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 .]