python better

This commit is contained in:
Brad Warren 2021-04-05 16:26:20 -07:00
parent ea34a0229e
commit faf9d28607

View file

@ -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