mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update src/yunohost/data_migrations/0021_migrate_to_bullseye.py
Co-authored-by: ljf (zamentur) <zamentur@users.noreply.github.com>
This commit is contained in:
parent
1ce13d631d
commit
2e9c4f991e
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ N_NEXT_YUNOHOST = 11
|
||||||
|
|
||||||
VENV_BACKUP_SUFFIX = "_BACKUP_VENV"
|
VENV_BACKUP_SUFFIX = "_BACKUP_VENV"
|
||||||
VENV_REQUIREMENTS_SUFFIX = "_req.txt"
|
VENV_REQUIREMENTS_SUFFIX = "_req.txt"
|
||||||
VENV_IGNORE = "VENVNOREGEN"
|
VENV_IGNORE = "ynh_migration_no_regen"
|
||||||
|
|
||||||
def _get_all_venvs(dir,level=0,maxlevel=2):
|
def _get_all_venvs(dir,level=0,maxlevel=2):
|
||||||
result = []
|
result = []
|
||||||
|
|
Loading…
Add table
Reference in a new issue