diff options
author | Cara Salter <cara@devcara.com> | 2023-02-16 12:57:05 -0500 |
---|---|---|
committer | Cara Salter <cara@devcara.com> | 2023-02-16 12:57:05 -0500 |
commit | c272478b4e63c24702e2d968dc8c6d4dbe2e225a (patch) | |
tree | ae5c89942636396cd01b531d1d4f2cad65bcbf7f /.gitignore | |
parent | b0b759f3f1adedcafc10961a1a4fa838d80c5142 (diff) | |
download | modpackman-c272478b4e63c24702e2d968dc8c6d4dbe2e225a.tar.gz modpackman-c272478b4e63c24702e2d968dc8c6d4dbe2e225a.zip |
Fix installer.py
can't iter over a set without iter()
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,3 +8,5 @@ __pycache__/ *.log build/ dist/ +.venv/ +*.log |