[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH 5/6] Remove line to set self.format in DeviceAction.__init__()
- From: David Cantrell <dcantrell redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH 5/6] Remove line to set self.format in DeviceAction.__init__()
- Date: Mon, 2 Mar 2009 19:19:06 -1000
---
storage/deviceaction.py | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/storage/deviceaction.py b/storage/deviceaction.py
index 91aced4..2f14a32 100644
--- a/storage/deviceaction.py
+++ b/storage/deviceaction.py
@@ -140,7 +140,6 @@ class DeviceAction(object):
raise ValueError("arg 1 must be a StorageDevice instance")
self.device = device
#self._backup = deepcopy(device)
- self.format = self.device.format
def execute(self, intf=None):
""" perform the action """
--
1.6.1.3
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]