Skip to content

Commit

Permalink
Revert blank line since it did not make a difference
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed May 30, 2024
1 parent 690b94c commit 79367a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trailblazer/store/crud/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ def cancel_ongoing_analysis(
self.update_run_status(analysis_id=analysis_id, analysis_host=analysis_host)
analysis.status = TrailblazerStatus.CANCELLED
new_comment: str = (
f"\n Analysis cancelled manually by user:"
f"Analysis cancelled manually by user:"
f" {(self.get_user(email=email).name if self.get_user(email=email) else (email or 'Unknown'))}!"
)
self.update_analysis_comment(analysis=analysis, comment=new_comment)
Expand Down

0 comments on commit 79367a3

Please sign in to comment.