Commit 1f9a2fa8 authored by Matthias Bernt's avatar Matthias Bernt
Browse files

make sure that all Linter subclasses are imported for listing them

needed in planemo
parent 10f9b3a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -106,6 +106,7 @@ class Linter(ABC):
        """
        list the names of all linter derived from Linter
        """
        submodules.import_submodules(galaxy.tool_util.linters)
        return [s.__name__ for s in cls.__subclasses__()]