Add the --- token bare
This commit is contained in:
parent
5c8cbde27a
commit
90b3163e32
@ -319,7 +319,7 @@ class Relation(NamedTuple):
|
||||
added = True
|
||||
# If it didn't partecipate, adds it
|
||||
if not added:
|
||||
item = chain(i, repeat(Rstring('---'), len(noid)))
|
||||
item = chain(i, repeat('---', len(noid))) #FIXME
|
||||
content.append(tuple(item))
|
||||
|
||||
return Relation(header, frozenset(content))
|
||||
|
Loading…
Reference in New Issue
Block a user