mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
python better
This commit is contained in:
parent
ea34a0229e
commit
faf9d28607
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ def _execute_build(
|
|||
for arch in archs:
|
||||
log_name = _snap_log_name(target, arch)
|
||||
log_path = join(temp_workspace, log_name)
|
||||
if exists(log_path)
|
||||
if exists(log_path):
|
||||
shutil.copy(log_path, workspace)
|
||||
|
||||
return process_state, process_output
|
||||
|
|
|
|||
Loading…
Reference in a new issue