Comment 6 for bug 516826

Revision history for this message
Rares Vernica (rares) wrote :

Here is the error message I get:

{{{
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/NtfsConfig/AddWizard.py", line 154, in on_ok_clicked
    self.disk.savelog()
  File "/usr/lib/pymodules/python2.7/NtfsConfig/Fstab/FstabHandler.py", line 522, in savelog
    self._logconf.add_section(name)
  File "/usr/lib/python2.7/ConfigParser.py", line 252, in add_section
    if section.lower() == "default":
AttributeError: 'float' object has no attribute 'lower'
}}}