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: