diff options
| -rw-r--r-- | DistUpgrade/DistUpgradeControler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DistUpgrade/DistUpgradeControler.py b/DistUpgrade/DistUpgradeControler.py index d5aa8a7d..12bafe9b 100644 --- a/DistUpgrade/DistUpgradeControler.py +++ b/DistUpgrade/DistUpgradeControler.py @@ -100,7 +100,7 @@ class DistUpgradeControler(object): entry.disabled = True continue # ignore cdrom sources otherwise - elif entry.uri.startwith("cdrom:"): + elif entry.uri.startswith("cdrom:"): continue logging.debug("examining: '%s'" % entry) |
