fixed super call

This commit is contained in:
Spitap
2022-11-03 23:10:21 +01:00
parent 1b192c5fd5
commit ef2359a2a8

View File

@@ -198,7 +198,7 @@ class Modoboa(base.Installer):
if db_dump_path is not None:
return db_dump_path
return super().get_sql_schema_path()()
return super(Modoboa, self).get_sql_schema_path()
def get_packages(self):
"""Include extra packages if needed."""