python script crashes on using automatic

Bug #683524 reported by Thomas Lyons
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
ntfs-config
Fix Released
Medium
Florent Mertens

Bug Description

/usr/lib/pymodules/python2.6/NtfsConfig/Fstab/FstabHandler.py @ line 519
A float is stored into a string variable

This:
name = time.time()

Should be:
name = str(time.time())

Or at least that worked for me.
Otherwise, the script would crash out. Did this on 3 different Ubuntu 10.10 machines.

Florent Mertens (givre)
Changed in ntfs-config:
status: New → In Progress
importance: Undecided → Medium
assignee: nobody → Florent Mertens (givre)
Florent Mertens (givre)
Changed in ntfs-config:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

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