Another fix
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
58d1610288
commit
18898125ac
1 changed files with 1 additions and 0 deletions
|
@ -143,6 +143,7 @@ try:
|
|||
state[name_major]["started"] = 0
|
||||
state[name_major]["rebuild"] = 0
|
||||
state[name_major]["skip"] = 0
|
||||
state[name_major]["pending"] = 0
|
||||
for tile in state[name_major]:
|
||||
# Filter status of name_major
|
||||
if tile != "done" and tile != "started" and tile != "pending" and tile != "status" and tile != "rebuild" and tile != "skip":
|
||||
|
|
Loading…
Reference in a new issue