From c272478b4e63c24702e2d968dc8c6d4dbe2e225a Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Thu, 16 Feb 2023 12:57:05 -0500 Subject: Fix installer.py can't iter over a set without iter() --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fcb831d..7fc6478 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ __pycache__/ *.log build/ dist/ +.venv/ +*.log -- cgit v1.2.3