mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Another approach
This commit is contained in:
parent
52bac7098e
commit
5679c798ca
1 changed files with 0 additions and 4 deletions
|
|
@ -24,10 +24,6 @@ def _execute_build(target, archs, status, workspace):
|
|||
process_output.append(line)
|
||||
_extract_state(target, line, status)
|
||||
|
||||
if any(state for state in status[target].values() if state == 'Chroot problem'):
|
||||
# On this error the snapcraft process stales. Let's finish it.
|
||||
process.kill()
|
||||
|
||||
return process.wait(), process_output
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue