Adjust the message to reflect more what it is going on

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2018-08-10 10:23:06 +02:00
parent 1f7369cd86
commit 369708aa67

View file

@ -87,7 +87,7 @@ def main(msg):
}
state = msg['new']
if state not in done_states:
print('Build is still in progress, let\'s come back later')
print('Build is not in a state we care about, skipping')
return
koji_url = _koji_hub_link(msg)