mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-08 08:27:57 +01:00
...
This commit is contained in:
parent
48b6e3d42f
commit
cad47638f8
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
warnings.simplefilter('ignore', DeprecationWarning)
|
||||
try:
|
||||
os.getcwdu()
|
||||
except:
|
||||
except EnvironmentError:
|
||||
os.chdir(os.path.expanduser('~'))
|
||||
|
||||
from calibre.constants import (iswindows, isosx, islinux, isfrozen,
|
||||
|
|
|
|||
Loading…
Reference in a new issue