summaryrefslogtreecommitdiff
path: root/UpdateManager
diff options
context:
space:
mode:
Diffstat (limited to 'UpdateManager')
-rw-r--r--UpdateManager/DistUpgradeFetcher.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/UpdateManager/DistUpgradeFetcher.py b/UpdateManager/DistUpgradeFetcher.py
index c4c42e8e..1ddc7bca 100644
--- a/UpdateManager/DistUpgradeFetcher.py
+++ b/UpdateManager/DistUpgradeFetcher.py
@@ -90,7 +90,7 @@ class DistUpgradeFetcher(object):
# user clicked cancel
if res == gtk.RESPONSE_CANCEL:
return False
- return True
+ return True
def authenticate(self):
if self.new_dist.upgradeToolSig: