summaryrefslogtreecommitdiffstats
path: root/partRequests.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-12-17 00:18:13 +0000
committerJeremy Katz <katzj@redhat.com>2003-12-17 00:18:13 +0000
commitf0fb97ffea5c7daa0dc368bc7051bc1d515be7b2 (patch)
tree12a8b0764ef3db4e1bdadf7fddfc1dcc6319750b /partRequests.py
parent521dbe80148a5e5301c8494592032c475c9be2e0 (diff)
downloadanaconda-f0fb97ffea5c7daa0dc368bc7051bc1d515be7b2.tar.gz
anaconda-f0fb97ffea5c7daa0dc368bc7051bc1d515be7b2.tar.xz
anaconda-f0fb97ffea5c7daa0dc368bc7051bc1d515be7b2.zip
if we go back from partitioning, we need to be able to change what the device
is. this could actually be the root cause of a number of different things but is certainly the cause of #111243
Diffstat (limited to 'partRequests.py')
-rw-r--r--partRequests.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/partRequests.py b/partRequests.py
index d698968d5..7bd9d02fe 100644
--- a/partRequests.py
+++ b/partRequests.py
@@ -439,10 +439,6 @@ class PartitionSpec(RequestSpec):
def getDevice(self, partitions):
"""Return a device to solidify."""
- if self.dev:
- # FIXME: this warning can probably be removed post-beta
- log("WARNING: getting self.dev more than once for %s" %(self,))
- return self.dev
self.dev = fsset.PartitionDevice(self.device)
return self.dev