From fe56d5ba6423b319d1c8f08be0ba8ea81a2a80dd Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Fri, 16 Dec 2022 09:06:31 -0300 Subject: [PATCH] [KiKit Present][Fixed] Temporal .md is now removed --- kibot/out_kikit_present.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kibot/out_kikit_present.py b/kibot/out_kikit_present.py index bebc7b66..3eff40c6 100644 --- a/kibot/out_kikit_present.py +++ b/kibot/out_kikit_present.py @@ -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: