[KiKit Present][Fixed] Temporal .md is now removed

This commit is contained in:
Salvador E. Tropea 2022-12-16 09:06:31 -03:00
parent 8948b6222b
commit fe56d5ba64
1 changed files with 1 additions and 0 deletions

View File

@ -392,6 +392,7 @@ class KiKit_PresentOptions(BaseOptions):
with open(tmp_md, 'w') as f:
f.writelines([ln+'\n' for ln in self.description])
self._description = tmp_md
temporals.append(tmp_md)
else:
self._description = self.description
try: