mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Removed unused variable
This commit is contained in:
parent
a34adc1bd0
commit
17a111cba7
|
@ -73,7 +73,7 @@ def install():
|
||||||
try:
|
try:
|
||||||
# bug, only enable if we can make a Pool. see issue #790 and
|
# bug, only enable if we can make a Pool. see issue #790 and
|
||||||
# https://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing
|
# https://stackoverflow.com/questions/6033599/oserror-38-errno-38-with-multiprocessing
|
||||||
pool = Pool(2)
|
Pool(2)
|
||||||
CCompiler.compile = _mp_compile
|
CCompiler.compile = _mp_compile
|
||||||
except Exception as msg:
|
except Exception as msg:
|
||||||
print("Exception installing mp_compile, proceeding without:"
|
print("Exception installing mp_compile, proceeding without:"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user