def __init__()

in pbspro/src/pbspro/pbscmd.py [0:0]


    def __init__(self, parser: PBSProParser) -> None:
        super().__init__()
        self.parser = parser
        if not QSTAT_BIN or not QMGR_BIN or not PBSNODES_BIN:
            raise RuntimeError(f"Could not find qstat, qmgr and pbsnodes in the PATH. Current path is {os.environ['PATH']}")