Skip to content

Commit

Permalink
Merge pull request #98 from Manishearth/treeclosed
Browse files Browse the repository at this point in the history
Stop mentioning tree closure next to each column
  • Loading branch information
pietroalbini authored Jul 15, 2020
2 parents 4fce7f0 + dc0af65 commit dde7c15
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions homu/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ def queue(repo_label):
if state.try_:
status_ext += ' (try)'

if treeclosed:
status_ext += ' [TREE CLOSED]'

rows.append({
'status': state.get_status(),
'status_ext': status_ext,
Expand Down

0 comments on commit dde7c15

Please sign in to comment.