Working on bug #15

https://todo.sr.ht/~sforman/thun-der/15/

The bug file output was too large for a comment, and you can't attach
files to the ticket, so I'm checking it in to have a handy reference.
This commit is contained in:
Simon Forman
2021-11-25 11:52:06 -08:00
parent b0b9a71fd9
commit 61c4d4b16e
3 changed files with 234 additions and 2 deletions
+3 -2
View File
@@ -201,8 +201,9 @@ class Def(object):
if line.lstrip().startswith('#'):
continue
name, body = text_to_expression(line)
if name not in dictionary:
inscribe(class_(name, body), dictionary)
## if name not in dictionary:
## inscribe(class_(name, body), dictionary)
inscribe(class_(name, body), dictionary)
#