Skip to content

Commit 2cf3dd8

Browse files
committed
fix repr
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 3a3b5e9 commit 2cf3dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx/model/lifecycle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def __lt__(self, other: Any) -> bool:
8888
return NotImplemented
8989

9090
def __repr__(self) -> str:
91-
return f'<PredefinedLifecycle name={self._phase}>'
91+
return f'<PredefinedLifecycle phase={self._phase}>'
9292

9393

9494
@serializable.serializable_class

0 commit comments

Comments
 (0)