Add the --- token bare

master
Salvo 'LtWorf' Tomaselli 2020-08-19 08:25:40 +07:00
parent 5c8cbde27a
commit 90b3163e32
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 1 additions and 1 deletions

@ -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))