diff --git a/tools/snap/build_remote.py b/tools/snap/build_remote.py index b4927464e..91854e9e0 100755 --- a/tools/snap/build_remote.py +++ b/tools/snap/build_remote.py @@ -265,7 +265,7 @@ def main(): build_success = True for async_result in async_results: - if not async_results.get(): + if not async_result.get(): build_success = False _dump_results(archs, status)