[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Fix a typo ('isEFI' should be 'isEfi').
- From: David Lehman <dlehman redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Fix a typo ('isEFI' should be 'isEfi').
- Date: Fri, 27 Mar 2009 15:42:30 -0500
---
platform.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/platform.py b/platform.py
index 59b8727..fb1c64e 100644
--- a/platform.py
+++ b/platform.py
@@ -376,7 +376,7 @@ class X86(EFI):
@property
def minBootPartSize(self):
- if self.isEFI:
+ if self.isEfi:
return EFI._minBootPartSize
else:
return Platform._minBootPartSize
--
1.6.0.6
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]