Bug 472612 - AttributeError: 'module' object has no attribute 'err'
Summary: AttributeError: 'module' object has no attribute 'err'
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: smolt
Version: 10
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mike McGrath
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-22 01:25 UTC by Mads Kiilerich
Modified: 2009-03-06 14:43 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-03-06 14:43:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch fixing typo (609 bytes, patch)
2008-11-22 01:25 UTC, Mads Kiilerich
no flags Details | Diff
reversed reverse patch (609 bytes, patch)
2008-11-22 01:26 UTC, Mads Kiilerich
no flags Details | Diff

Description Mads Kiilerich 2008-11-22 01:25:06 UTC
Created attachment 324391 [details]
patch fixing typo

Description of problem:

https://www.redhat.com/archives/fedora-test-list/2008-November/msg01077.html

[olivares@asus-amd64-athlon ~]$ smoltSendProfile 
Unable to save UUID, continuing...
Traceback (most recent call last):
  File "/usr/bin/smoltSendProfile", line 35, in <module>
    from scan import scan, rating
  File "/usr/share/smolt/client/scan.py", line 30, in <module>
    h = smolt.Hardware()
  File "/usr/share/smolt/client/smolt.py", line 359, in __init__
    self.devices[udi] = Device(props)
  File "/usr/share/smolt/client/smolt.py", line 134, in __init__
    self.UUID = getUUID()
  File "/usr/share/smolt/client/smolt.py", line 1015, in getUUID
    sys.err.write(_('Your UUID file could not be created: %s\n' % e))
AttributeError: 'module' object has no attribute 'err'


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

smolt-1.1.1.1-9.fc10.noarch

Comment 1 Mads Kiilerich 2008-11-22 01:26:57 UTC
Created attachment 324392 [details]
reversed reverse patch

Comment 2 Bug Zapper 2008-11-26 05:45:10 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 10 development cycle.
Changing version to '10'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 3 Mads Kiilerich 2009-03-06 14:43:35 UTC
It looks like it has been fixed for smolt-1.2-4.fc11.noarch

Closing


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