mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ed0ca19d5b
commit
e01cb3f319
@ -143,7 +143,8 @@ def get_library_path(parent=None):
|
||||
os.makedirs(library_path)
|
||||
except:
|
||||
error_dialog(parent, _('Failed to create library'),
|
||||
_('Failed to create calibre library at: %r.')%library_path,
|
||||
_('Failed to create calibre library at: %r.\n'
|
||||
'You will be asked to choose a new library location.')%library_path,
|
||||
det_msg=traceback.format_exc(), show=True)
|
||||
library_path = choose_dir(parent, 'choose calibre library',
|
||||
_('Choose a location for your new calibre e-book library'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user