Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-01-16 01:39:38 +00:00
parent 82d133a18f
commit 58d1610288

View file

@ -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] = {}