Bug 789169 - install() got an unexpected keyword argument 'install_root'
Summary: install() got an unexpected keyword argument 'install_root'
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-10 00:45 UTC by Brian Lane
Modified: 2012-06-05 00:01 UTC (History)
4 users (show)

Fixed In Version: anaconda-17.8-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-06-05 00:01:55 UTC
Type: ---


Attachments (Terms of Use)
traceback file (579.81 KB, text/plain)
2012-02-10 00:46 UTC, Brian Lane
no flags Details

Description Brian Lane 2012-02-10 00:45:45 UTC
(this is actually on F17, anaconda 17.7 on EFI)

anaconda 17.7 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 1531, in write
    self.install(install_root=install_root)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/bootloader.py", line 2250, in writeBootloader
    anaconda.bootloader.write()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 383, in dispatch
    self.dir = self.steps[self.step].target(self.anaconda)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 247, in go_forward
    self.dispatch()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1200, in nextClicked
    self.anaconda.dispatch.go_forward()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/progress_gui.py", line 79, in renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1220, in handleRenderCallback
    self.currentWindow.renderCallback()
TypeError: install() got an unexpected keyword argument 'install_root'

Comment 1 Brian Lane 2012-02-10 00:46:25 UTC
Created attachment 560736 [details]
traceback file

Comment 2 Brian Lane 2012-02-10 01:39:26 UTC
This appears to have been caused by the ROOT_PATH cleanup in bootloader.py -- I think it was applied after I added a couple new methods using install_root.


Note You need to log in before you can comment on or make changes to this bug.