mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
IGN:...
This commit is contained in:
parent
8af938af13
commit
961aa7c15b
@ -266,7 +266,7 @@ def download_tarball():
|
|||||||
|
|
||||||
def main(args=sys.argv):
|
def main(args=sys.argv):
|
||||||
defdir = '/opt/calibre'
|
defdir = '/opt/calibre'
|
||||||
destdir = raw_input('Enter the installation directory for calibre [%s]: '%defdir)
|
destdir = raw_input('Enter the installation directory for calibre [%s]: '%defdir).strip()
|
||||||
if not destdir:
|
if not destdir:
|
||||||
destdir = defdir
|
destdir = defdir
|
||||||
if os.path.exists(destdir):
|
if os.path.exists(destdir):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user