summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-26 19:00:21 +0000
committerMatt Wilson <msw@redhat.com>2001-07-26 19:00:21 +0000
commit142d53a151a7e40ba06b04254b6aa2c216a390ee (patch)
tree19a781ac5090f3a17e227db0644664540576cd5b /comps.py
parent8b3de287a8e866e80fe95e6d0a595a59ae2016c8 (diff)
downloadanaconda-142d53a151a7e40ba06b04254b6aa2c216a390ee.tar.gz
anaconda-142d53a151a7e40ba06b04254b6aa2c216a390ee.tar.xz
anaconda-142d53a151a7e40ba06b04254b6aa2c216a390ee.zip
return empty list on same state check
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/comps.py b/comps.py
index 6f91cfdd0..ac1a008a2 100644
--- a/comps.py
+++ b/comps.py
@@ -617,7 +617,7 @@ class ComponentSet:
# if we still have the same packages selected, bail - we don't need to
# do this again.
if self.verifiedState == self.getSelectionState()[1]:
- return
+ return []
self.verifiedState = None