Comment 11 for bug 474341

Revision history for this message
Mathieu Comandon (strycore) wrote :

yeah , I posted the fix just above.
Open the file /usr/share/convertall/numedit.py and go to line 92, replace
if numText.isNull():
with
if not numText:

save, and then it should work

It's kind of a typo , isNull() doesn't exist in Python but does in many other languages. Even if it's the simplest fix ever, it's not something I made up, it's the real thing from ConvertAll 0.4.3