mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Corrected indentation
This commit is contained in:
parent
f992192799
commit
a69e477605
|
@ -76,7 +76,7 @@ def build_one(py_ver, compiler):
|
|||
args['python_path'] = "%s%s\\Scripts" % (VIRT_BASE, py_ver)
|
||||
args['py_ver'] = py_ver
|
||||
if '34' in py_ver:
|
||||
args['tcl_ver'] = '86'
|
||||
args['tcl_ver'] = '86'
|
||||
else:
|
||||
args['tcl_ver'] = '85'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user