aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 22:16:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-03-04 22:16:37 +0000
commite95727c31ae2f4ca7308e76a7f9ba541e22cbed2 (patch)
treeab4c1d7566ff54ef40f4dbee6a04f2b0ab7ce154
parent0ab58f0f172f8a133736d1d971adc5044931d1ad (diff)
parent7ad4cd6486cd31411a57f837dc06f67c770ed465 (diff)
downloadexternal_updater-simpleperf-release.tar.gz
Snap for 11526323 from 7ad4cd6486cd31411a57f837dc06f67c770ed465 to simpleperf-releasesimpleperf-release
Change-Id: I47ca62c07fd791068f925491d64d2e8bbb2b071b
-rw-r--r--external_updater.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/external_updater.py b/external_updater.py
index 4c9f070..bca56bc 100644
--- a/external_updater.py
+++ b/external_updater.py
@@ -257,6 +257,7 @@ def check_and_update(args: argparse.Namespace,
print('Refreshing the current version')
updater.refresh_without_upgrading()
+ answer = False
if alternative_version is not None:
answer = use_alternative_version(updater)
if answer: