mirror of https://github.com/openXC7/prjxray.git
Merge pull request #335 from mcmasterg/rempips_todo
rempips: fix todo.txt path
This commit is contained in:
commit
65a07d4933
|
|
@ -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 .]
|
||||
|
|
|
|||
Loading…
Reference in New Issue