mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-10 07:16:40 +01:00
Added diagnostic in _launch_iTunes to assist in identifying failure in ticket #791530
This commit is contained in:
parent
c409d7188d
commit
6c33b59cd7
1 changed files with 2 additions and 0 deletions
|
|
@ -3023,6 +3023,8 @@ def __init__(self,path):
|
|||
pythoncom.CoInitialize()
|
||||
self._launch_iTunes()
|
||||
except:
|
||||
import traceback
|
||||
traceback.print_exc()
|
||||
raise UserFeedback('unable to launch iTunes', details=None, level=UserFeedback.WARN)
|
||||
finally:
|
||||
pythoncom.CoUninitialize()
|
||||
|
|
|
|||
Loading…
Reference in a new issue