Loading cloudcontrol/node/host/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ from cloudcontrol.common.client.tags import TagDB, Tag class NodeJobsManagerInterface(JobsManagerInterface): TAG_ATTRIBUTES = ('title', 'status', 'state', 'owner', 'created', 'ended', 'attachments') 'attachments', 'batch') def __init__(self, host_handler): self.handler = host_handler Loading Loading
cloudcontrol/node/host/jobs.py +1 −1 Original line number Diff line number Diff line Loading @@ -11,7 +11,7 @@ from cloudcontrol.common.client.tags import TagDB, Tag class NodeJobsManagerInterface(JobsManagerInterface): TAG_ATTRIBUTES = ('title', 'status', 'state', 'owner', 'created', 'ended', 'attachments') 'attachments', 'batch') def __init__(self, host_handler): self.handler = host_handler Loading