Allow setting pending state

Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
fly 2020-01-16 01:35:30 +00:00
parent f4483e20ce
commit 82d133a18f

View file

@ -91,7 +91,7 @@ try:
msg = c.recv(128)
msg = msg.decode()
match = re.match(r"(set) (n-pole|s-pole|[ew]\d{3}[ns]\d{2}) (done|started|rebuild|skip)", msg)
match = re.match(r"(set) (n-pole|s-pole|[ew]\d{3}[ns]\d{2}) (done|started|rebuild|skip|pending)", msg)
if match != None:
action = "set"
name = match.group(2)