Bug 679193 - AttributeError: 'NoneType' object has no attribute 'format'
Summary: AttributeError: 'NoneType' object has no attribute 'format'
Keywords:
Status: CLOSED DUPLICATE of bug 672030
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 15
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-21 20:42 UTC by John Reiser
Modified: 2011-02-21 21:06 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-02-21 21:06:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
anaconda traceback and debug info (32.00 KB, text/plain)
2011-02-21 20:42 UTC, John Reiser
no flags Details
anaconda traceback and debug info (1.66 MB, text/plain)
2011-02-21 20:46 UTC, John Reiser
no flags Details

Description John Reiser 2011-02-21 20:42:14 UTC
Created attachment 479991 [details]
anaconda traceback and debug info

Description of problem: Install from LiveCD triggers Error and traceback upon Next from editing partition properties.


Version-Release number of selected component (if applicable):
anaconda-15.20

How reproducible: every time


Steps to Reproduce:
1. boot desktop-x86_64-20110221.00.iso
2. run "xhost +" from a terminal to avoid bug #663294
3. Activities > Applications > Install to harddrive...
4. Custom configuration, Edit existing partition, mount on root '/', Format to ext4, OK
  
Actual results:Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/livecd.py", line 341, in getMinimumSizeMB
    return self.anaconda.storage.liveImage.format.size
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 1027, in sanityCheck
    root.size < self.anaconda.backend.getMinimumSizeMB("/")):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/iw/partition_gui.py", line 851, in getNext
    (errors, warnings) = self.storage.sanityCheck()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1253, in nextClicked
    rc = self.currentWindow.getNext ()
AttributeError: 'NoneType' object has no attribute 'format'



Expected results: no Error


Additional info:

Comment 1 John Reiser 2011-02-21 20:46:28 UTC
Created attachment 479992 [details]
anaconda traceback and debug info

Oops, replace mistaken .anaconda-tb-***.swp (vi swap file) with this correct text file.

Comment 2 Chris Lumens 2011-02-21 21:06:32 UTC

*** This bug has been marked as a duplicate of bug 672030 ***


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