Unverified Commit e7bd15ca authored by Akke Viitanen's avatar Akke Viitanen
Browse files

fix nonsense required argument

parent 2f894f45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ class CatalogCombined:
    def __init__(
        self,
        dirname: str,
        catalog_galaxy,
        catalog_galaxy=None,
        catalog_agn=None,
        catalog_star=None,
        catalog_binary=None,