Bug 913559 - NameError: global name 'productName' is not defined
Summary: NameError: global name 'productName' is not defined
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Lehman
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: DevConf
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-21 13:33 UTC by Kamil Páral
Modified: 2013-02-26 17:29 UTC (History)
7 users (show)

Fixed In Version: blivet-0.7-1
Clone Of:
Environment:
Last Closed: 2013-02-26 17:29:12 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
anaconda-tb (504.75 KB, text/plain)
2013-02-21 13:33 UTC, Kamil Páral
no flags Details

Description Kamil Páral 2013-02-21 13:33:02 UTC
Description of problem:
anaconda 19.7 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1419, in sanityCheck
    "to continue.") % (productName,))
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 342, in checkStorage
    StorageChecker.warnings) = self.storage.sanityCheck()
  File "/usr/lib64/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 119, in run
    threading.Thread.run(self, *args, **kwargs)
NameError: global name 'productName' is not defined

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

How reproducible:
no idea

Steps to Reproduce:
1. no idea

Comment 1 Kamil Páral 2013-02-21 13:33:40 UTC
Created attachment 700524 [details]
anaconda-tb

Comment 2 Kamil Páral 2013-02-21 13:37:44 UTC
I reproduced it by entering storage spoke, not selecting any disk, returning back to main hub, (and then maybe by entering the storage spoke again, not sure about this).


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