From 0fa2505ac5d399fc04ae4345ff90fc5ef69eae42 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sat, 10 Feb 2024 08:48:22 -0800 Subject: [PATCH] Delete pandoc installer --- aider/scrape.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/scrape.py b/aider/scrape.py index c46e230db..64e557f94 100755 --- a/aider/scrape.py +++ b/aider/scrape.py @@ -117,7 +117,7 @@ class Scraper: except OSError: pass - pypandoc.download_pandoc() + pypandoc.download_pandoc(delete_installer=True) self.pandoc_available = True def html_to_markdown(self, page_source):