Skip to content

Commit

Permalink
client: Clarify validation state message
Browse files Browse the repository at this point in the history
  • Loading branch information
barthalion committed Nov 6, 2023
1 parent 90b6e4e commit aa578b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flat-manager-client
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ async def publish_build(session, build_url, wait, token):
print("the build has failed")
raise ApiError(resp, await resp.text())
elif current_state == "validating":
print("the build is still being validated")
print("the build is still being validated or held for review")
return {}
except:
pass
Expand Down

0 comments on commit aa578b6

Please sign in to comment.