Skip to content

Commit

Permalink
Fix reference to data to refer to ksdata in Blivet constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwlehman committed Jan 16, 2013
1 parent 92922ec commit e842107
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blivet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,9 @@ def __init__(self, ksdata=None):
Keyword Arguments:
data - a pykickstart Handler instance
ksdata - a pykickstart Handler instance
"""
self.ksdata = data
self.ksdata = ksdata
self._bootloader = None

self.config = StorageDiscoveryConfig()
Expand Down

0 comments on commit e842107

Please sign in to comment.