Ejemplo n.º 1
0
 def get_nodes(self, nodename, attributes=None, root=None, xpath=None):
     if nodename in ("JOB_WALLCLOCK_TIME", "PROJECT", "CHARGE_ACCOUNT",
                     "PROJECT_REQUIRED", "JOB_QUEUE", "BATCH_COMMAND_FLAGS"):
         nodes = EnvBase.get_nodes(self, "entry", attributes={"id":nodename},
                                     root=root, xpath=xpath)
     else:
         nodes =  EnvBase.get_nodes(self, nodename, attributes, root, xpath)
     return nodes
Ejemplo n.º 2
0
 def get_nodes(self, nodename, attributes=None, root=None, xpath=None):
     if nodename in ("JOB_WALLCLOCK_TIME", "PROJECT", "PROJECT_REQUIRED",
                     "JOB_QUEUE", "BATCH_COMMAND_FLAGS"):
         nodes = EnvBase.get_nodes(self, "entry", attributes={"id":nodename},
                                     root=root, xpath=xpath)
     else:
         nodes =  EnvBase.get_nodes(self, nodename, attributes, root, xpath)
     return nodes