summaryrefslogtreecommitdiff
path: root/DistUpgrade/DistUpgradeControler.py
diff options
context:
space:
mode:
Diffstat (limited to 'DistUpgrade/DistUpgradeControler.py')
-rw-r--r--DistUpgrade/DistUpgradeControler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py
index 65713e68..18f452e6 100644
--- a/DistUpgrade/DistUpgradeControler.py
+++ b/DistUpgrade/DistUpgradeControler.py
@@ -76,7 +76,7 @@ class DistUpgradeControler(object):
]
# list of valid mirrors that we can add
- valid_mirrors = self.config.getlist("Sources","ValidMirrors")
+ valid_mirrors = self.config.getListFromFile("Sources","ValidMirrors")
# look over the stuff we have
foundToDist = False