[PATCH 5/5] Fix typo in examples/list_devices.py

David Lehman dlehman at redhat.com
Wed Aug 14 23:04:15 UTC 2013


---
 examples/list_devices.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/list_devices.py b/examples/list_devices.py
index 7310e7e..1a96022 100644
--- a/examples/list_devices.py
+++ b/examples/list_devices.py
@@ -12,7 +12,7 @@ blivet_log.info(sys.argv[0])
 
 import blivet
 
-storage = blivet.Blivet()   # create an instance of Blivet
-storage.reset()             # detect system storage configuration
+b = blivet.Blivet()   # create an instance of Blivet
+b.reset()             # detect system storage configuration
 
 print_devices(b)
-- 
1.8.1.4



More information about the anaconda-patches mailing list