Enhance this repr.

This commit is contained in:
Ralph Bean
2016-07-20 14:35:24 -04:00
parent 787f06d7ef
commit e218ac4fa8

View File

@@ -256,5 +256,5 @@ class ComponentBuild(Base):
}
def __repr__(self):
return "<ComponentBuild %s of %r, state: %r>" % (
self.package, self.module_id, self.state)
return "<ComponentBuild %s of %r, state: %r, task_id: %r>" % (
self.package, self.module_id, self.state, self.task_id)