mirror of https://github.com/openXC7/prjxray.git
rempips: fix todo path
Signed-off-by: John McMaster <johndmcmaster@gmail.com>
This commit is contained in:
parent
e7a1d2a217
commit
92e728a1a1
|
|
@ -12,7 +12,7 @@ ignpip = set()
|
|||
todo = set()
|
||||
|
||||
print("Loading todo from ../todo.txt.")
|
||||
with open("../todo.txt", "r") as f:
|
||||
with open("../../todo.txt", "r") as f:
|
||||
for line in f:
|
||||
line = tuple(line.strip().split("."))
|
||||
verbose and print('todo', line)
|
||||
|
|
|
|||
Loading…
Reference in New Issue