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):