mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
admins: fix class decorator syntax?
This commit is contained in:
parent
1037508fb5
commit
888f1d8e55
1 changed files with 1 additions and 1 deletions
|
@ -937,7 +937,7 @@ class Migration:
|
|||
def description(self):
|
||||
return m18n.n(f"migration_description_{self.id}")
|
||||
|
||||
def ldap_migration(self, run):
|
||||
def ldap_migration(run):
|
||||
def func(self):
|
||||
|
||||
# Backup LDAP before the migration
|
||||
|
|
Loading…
Add table
Reference in a new issue