mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
fix ldap_migration decorator
This commit is contained in:
parent
bbe0486935
commit
7cb96c6652
1 changed files with 2 additions and 1 deletions
|
@ -1130,7 +1130,8 @@ class Migration:
|
||||||
def description(self):
|
def description(self):
|
||||||
return m18n.n("migration_description_%s" % self.id)
|
return m18n.n("migration_description_%s" % self.id)
|
||||||
|
|
||||||
def ldap_migration(self, run):
|
@staticmethod
|
||||||
|
def ldap_migration(run):
|
||||||
def func(self):
|
def func(self):
|
||||||
|
|
||||||
# Backup LDAP before the migration
|
# Backup LDAP before the migration
|
||||||
|
|
Loading…
Add table
Reference in a new issue