Exception clicking reload cellrender of category name in plugins preferences
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Exaile |
Fix Released
|
Low
|
Mathias Brodala |
Bug Description
r4090
When i click on the reload cellrender of the category name in plugins preferences, i get this error:
Traceback (most recent call last):
File "/home/
self.
File "/home/
path = self.__
File "/home/
path = os.path.join(dir, pluginname)
File "/usr/lib64/
if b.startswith('/'):
AttributeError: 'NoneType' object has no attribute 'startswith'
Beyond the error maybe that cellrender is useless for the category name row, or do you think could be useful to implement the ability to reload all the plugins belonging to a certain category?
Related branches
Changed in exaile: | |
status: | Fix Committed → Fix Released |
Fixed with r4093: only loaded plugins can be reloaded, which actually makes a lot of sense. Categories cannot be loaded, thus this issue is automatically fixed.