mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-08 21:29:17 +08:00
Enhance this repr.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user