mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Forgot to adapt this also..
This commit is contained in:
parent
c266147fd9
commit
c8b1d7e2c3
1 changed files with 3 additions and 1 deletions
|
@ -859,7 +859,9 @@ def tools_migrations_migrate(target=None, skip=False, auto=False):
|
||||||
break
|
break
|
||||||
|
|
||||||
else: # if skip
|
else: # if skip
|
||||||
logger.warn(m18n.n('migrations_skip_migration', **migration))
|
logger.warn(m18n.n('migrations_skip_migration',
|
||||||
|
number=migration.number,
|
||||||
|
name=migration.name))
|
||||||
|
|
||||||
# update the state to include the latest run migration
|
# update the state to include the latest run migration
|
||||||
state["last_run_migration"] = {
|
state["last_run_migration"] = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue