diff --git a/src/tools.py b/src/tools.py index 080f3a074..045f3c0e4 100644 --- a/src/tools.py +++ b/src/tools.py @@ -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