Compare commits

...

2 Commits

Author SHA1 Message Date
1e301c04c0 chore: update gitignore 2024-11-04 15:11:06 -05:00
586c4b0dad fix: fix function name 2024-11-04 15:10:45 -05:00
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ __pycache__/
data/ data/
r.http r.http
*.bak *.bak
.python-version

View File

@ -11,7 +11,7 @@ _upgrade_deps() {
} }
UPGRADE_DEPS_match=upgrade-deps UPGRADE_DEPS_match=upgrade-deps
venv() { _venv() {
case "$1" in case "$1" in
"") _skip=false ;; "") _skip=false ;;
--skip-install) --skip-install)