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 e913b6a commit 6489cb9Copy full SHA for 6489cb9
openlayer/project_versions.py
@@ -126,7 +126,7 @@ def refresh(self):
126
127
def print_status_report(self):
128
"""Prints the status report along with its status message."""
129
- print("Status:", self.status.value, "(" + self.status_message + ")")
+ print("Status:", self.status.value, "(" + f"{self.status_message}" + ")")
130
131
def print_goal_report(self):
132
"""Prints the goal results of the project version."""
0 commit comments