[KiKit Present][Fixed] Temporal .md is now removed
This commit is contained in:
parent
8948b6222b
commit
fe56d5ba64
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue