mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-02 08:23:03 +02:00
...
This commit is contained in:
parent
915f9ad107
commit
7a9f6cf195
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ def download_and_decompress(url, dest, compression=None):
|
|||
def run_python(*args):
|
||||
python = os.path.expandvars('$SW/bin/python')
|
||||
if ismacos:
|
||||
python += 2
|
||||
python += '2'
|
||||
if len(args) == 1:
|
||||
args = shlex.split(args[0])
|
||||
args = [python] + list(args)
|
||||
|
|
|
|||
Loading…
Reference in a new issue