Bug 489824

Summary: Testing jkeating.fedorapeople.org/boot.iso - TypeError: scanForMedia() takes exactly 2 arguments (1 given)
Product: [Fedora] Fedora Reporter: James Laska <jlaska>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: anaconda-maint-list, dcantrell, jturner, pjones, rmaximo, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: anaconda_trace_hash:214f789da77762c456e58011a6df31b27e14fc597da545f1a356e6785d745723
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-12 01:17:45 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Attached traceback automatically from anaconda. none

Description James Laska 2009-03-12 01:11:04 UTC
The following was filed automatically by anaconda:
anaconda 11.5.0.27 exception report
Traceback (most recent call first):
  File "/tmp/updates/yuminstall.py", line 447, in configBaseURL
    cdr = scanForMedia(self.tree)
  File "/tmp/updates/yuminstall.py", line 290, in __init__
    self.configBaseURL()
  File "/tmp/updates/yuminstall.py", line 1007, in doBackendSetup
    self.ayum = AnacondaYum(anaconda)
  File "/usr/lib/anaconda/backend.py", line 268, in doBackendSetup
    if anaconda.backend.doBackendSetup(anaconda) == DISPATCH_BACK:
  File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 128, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1317, in nextClicked
    self.anaconda.dispatch.gotoNext()
TypeError: scanForMedia() takes exactly 2 arguments (1 given)

Comment 1 James Laska 2009-03-12 01:11:08 UTC
Created attachment 334880 [details]
Attached traceback automatically from anaconda.

Comment 2 Jesse Keating 2009-03-12 01:17:45 UTC
This was due to making an updates.img from the yuminstall.py file from the wrong branch.  I need to take the changes from master, apply them to storage branch and then make an updates.img.  New update pushed.