We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a3b5e9 commit 2cf3dd8Copy full SHA for 2cf3dd8
cyclonedx/model/lifecycle.py
@@ -88,7 +88,7 @@ def __lt__(self, other: Any) -> bool:
88
return NotImplemented
89
90
def __repr__(self) -> str:
91
- return f'<PredefinedLifecycle name={self._phase}>'
+ return f'<PredefinedLifecycle phase={self._phase}>'
92
93
94
@serializable.serializable_class
0 commit comments