Fix
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
4ee2d08200
commit
07932c2207
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ def get_status(name):
|
||||||
msg = sock.recv(128)
|
msg = sock.recv(128)
|
||||||
sock.close()
|
sock.close()
|
||||||
msg = msg.decode()
|
msg = msg.decode()
|
||||||
match = re.match(r"pending|done|rebuild|skip|started", msg)
|
match = re.match(r"pending|done|rebuild|skip|started|packaged", msg)
|
||||||
if match != None:
|
if match != None:
|
||||||
return match.group(0)
|
return match.group(0)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue