After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 614577 - On launch, Accerciser shows "AttributeError: 'NoneType' object has no attribute 'replace'"
On launch, Accerciser shows "AttributeError: 'NoneType' object has no attribu...
Status: RESOLVED FIXED
Product: accerciser
Classification: Applications
Component: core
1.8.x
Other Linux
: Normal normal
: ---
Assigned To: Accerciser Developers
Accerciser Developers
Depends on:
Blocks:
 
 
Reported: 2010-04-01 12:33 UTC by Angel Abad
Modified: 2010-04-03 13:36 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Angel Abad 2010-04-01 12:33:42 UTC
On Ubuntu Lucid Matthew Paul Thomas reported:

1. Launch Accerciser.

What happens: The top right pane shows an error:
------------
AttributeError: 'NoneType' object has no attribute 'replace'
Traceback (most recent call last):
  • File "/usr/lib/pymodules/python2.6/accerciser/plugin/base_plugin.py", line 156 in __call__
    return self.func(*args, **kwargs)
  • File "/usr/share/accerciser/plugins/interface_view.py", line 87 in init
    iface_name = expander.name.replace('expander_', '')
AttributeError: 'NoneType' object has no attribute 'replace'
------------

Launchpad ref: https://bugs.edge.launchpad.net/ubuntu/+source/accerciser/+bug/526952

Thanks!
Comment 1 Eitan Isaacson 2010-04-03 13:36:07 UTC
Fixed in development and in stable branch. Will be available in Accerciser 1.10.1.

Thanks for the report!