Exiting with changes cases a crash

Bug #737658 reported by Bruno Rahle
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ntfs-config
Fix Released
Undecided
Unassigned

Bug Description

Function savelog in Fstab/FstabHandler.py when called with name=None, sets the name to time.time(). In time.time() returns a float, but self._logconf.add_section(name) crashes because name is not a string. To fix it, I've added the line name=str(name) as line 522 in file Fstab/FstabHandler.py.

Revision history for this message
Bruno Rahle (brahle+launchpad) wrote :
Revision history for this message
Florent Mertens (givre) wrote :

Already fixed in 1.1
But thank you for your contribution.

Changed in ntfs-config:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.