1
0
mirror of https://github.com/gryf/mc_adbfs.git synced 2026-01-09 01:44:13 +01:00

Removed py2 lefotver, fix variable name.

This commit is contained in:
2022-10-02 16:13:58 +02:00
committed by gryf
parent cbef13ccea
commit 8f3a22a729
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ endif
ifeq ($(FL8_EXISTS), 0)
virtualenv_flake8:
virtualenv -p python2 $(FL8_VENV)
virtualenv -p python3 $(FL8_VENV)
$(FL8_VENV)/bin/pip install flake8
else
virtualenv_flake8: