Skip to content

Commit dc0af65

Browse files
committed
Stop mentioning tree closure next to each column
1 parent 4fce7f0 commit dc0af65

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

homu/server.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ def queue(repo_label):
149149
if state.try_:
150150
status_ext += ' (try)'
151151

152-
if treeclosed:
153-
status_ext += ' [TREE CLOSED]'
154-
155152
rows.append({
156153
'status': state.get_status(),
157154
'status_ext': status_ext,

0 commit comments

Comments
 (0)