summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Andres Granados <jgranado@redhat.com>2008-04-21 11:36:47 +0200
committerJoel Andres Granados <jgranado@redhat.com>2008-04-21 11:36:47 +0200
commitf7c12c05bf23d7d0a38cde184a633e978fcd1824 (patch)
treed91d28b05e5c6cbacd975892e9e68fa2ac382cc3
parent9070a12f53268a8423e9bb5a8043a8326f0c22ef (diff)
downloadanaconda-f7c12c05bf23d7d0a38cde184a633e978fcd1824.tar.gz
anaconda-f7c12c05bf23d7d0a38cde184a633e978fcd1824.tar.xz
anaconda-f7c12c05bf23d7d0a38cde184a633e978fcd1824.zip
Use the dispatch object instead of the anaconda one. (#220161)
-rw-r--r--partedUtils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/partedUtils.py b/partedUtils.py
index 7d73d43e5..9c664fea7 100644
--- a/partedUtils.py
+++ b/partedUtils.py
@@ -336,7 +336,7 @@ def checkDiskLabel(disk, intf):
def hasProtectedPartitions(drive, dispatch):
rc = False
- if anaconda is None:
+ if dispatch is None:
return rc
try: