in pbspro/src/pbspro/driver.py [0:0]
def initialize(self) -> None:
"""
Placeholder for subclasses to customize initialization
By default, we make sure that the ccnodeid exists
"""
try:
self.pbscmd.qmgr("list", "resource", "ccnodeid")
except CalledProcessError:
self.pbscmd.qmgr("create", "resource", "ccnodeid", "type=string,", "flag=h")