def __init__(self, args): self.notdoneyet = True Gate.__init__(self, args) if self.go: self.handleExecutions() else: # Here we precise to execute the Gate version not to remove the lock of the already running process msg = "The file " + self.jobfile + " is already in process" self.exitMessage(msg)
def __init__(self, args): Gate.__init__(self, args)