Skip to content

Commit

Permalink
Changed from using ThreadPool to Pool
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpmcmanus committed Oct 15, 2024
1 parent 5c29856 commit 99fbab2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run/geotiff2cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
import shutil
import glob
from subprocess import Popen, PIPE, STDOUT
from multiprocessing.pool import ThreadPool as Pool
# from multiprocessing.pool import ThreadPool as Pool
from multiprocessing.pool import Pool

from loguru import logger

Expand Down

0 comments on commit 99fbab2

Please sign in to comment.