From faf9d28607349d98e09cdfd944e5cf7c53589962 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 5 Apr 2021 16:26:20 -0700 Subject: [PATCH] python better --- tools/snap/build_remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/snap/build_remote.py b/tools/snap/build_remote.py index 7d7e86233..adcf2b0b3 100755 --- a/tools/snap/build_remote.py +++ b/tools/snap/build_remote.py @@ -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