Fix
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
82d133a18f
commit
58d1610288
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ try:
|
|||
if verbose:
|
||||
print(name + " set status to " + status)
|
||||
|
||||
if status == "started" or status == "done" or status == "rebuild" or status == "skip":
|
||||
if status == "started" or status == "done" or status == "rebuild" or status == "skip" or status == "pending":
|
||||
if name == "n-pole" or name == "s-pole":
|
||||
if not name in state:
|
||||
state[name] = {}
|
||||
|
|
Loading…
Reference in a new issue