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
cdd5790808
commit
3fea05c4d6
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ def _rebuild_venvs():
|
||||||
if status!=0:
|
if status!=0:
|
||||||
logger.warning(m18n.n("venv_regen_failed", venv=venv))
|
logger.warning(m18n.n("venv_regen_failed", venv=venv))
|
||||||
else:
|
else:
|
||||||
rm(venv+VENV_REQUIREMENTS_SUFFIX, recursive=True)
|
rm(venv+VENV_REQUIREMENTS_SUFFIX)
|
||||||
else:
|
else:
|
||||||
logger.warning(m18n.n("venv_regen_failed", venv=venv))
|
logger.warning(m18n.n("venv_regen_failed", venv=venv))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue