Use immutable meta

This commit is contained in:
nolash
2021-10-19 11:18:22 +02:00
parent d5b7215b6b
commit 1269377c1f
8 changed files with 42 additions and 14 deletions

View File

@@ -204,6 +204,7 @@ class CICEth(Extension):
else:
r = o
logg.debug('>>>>>>>>>>>>>>>>>>>>>>>>>> token index result {} {}'.format(r, o))
writer.write('token_index', r.encode('utf-8'))
self.add_outputs('token_index', r)
return r