no try: around info.set_modification_date_time causes conversion to stop
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
SoundConverter |
Confirmed
|
Medium
|
GautierPortet |
Bug Description
convert.py
# the modification date of the destination should be now
info = Gio.FileInfo()
This should have a try: around it, as set_modificatio
Not setting the date time should not be a fatal error, so if this occurs a User would not expect the whole process to terminate operation.
Maybe a different method of setting the date time should be used, as this currently requires glibmm >=2.62
latest from git
Changed in soundconverter: | |
importance: | Undecided → Medium |
assignee: | nobody → GautierPortet (kassoulet) |
status: | New → Confirmed |
If a conversion task fails it should log the error and continue, possibly restart the thread in the taskqueue.
I see why it hangs after all other threads are done and will work on a fix