Skip to content

Commit

Permalink
Merge pull request #820 from hotosm/feat-UpdateProjectInfo
Browse files Browse the repository at this point in the history
hotfix: logging error in download submission
  • Loading branch information
nrjadkry authored Sep 11, 2023
2 parents fab9515 + 502eb26 commit 6bf8b45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/backend/app/submission/submission_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,8 +394,6 @@ def extract_files(zip_file_path):
zip_file.extractall(extract_dir)
return [os.path.join(extract_dir, f) for f in zip_file.namelist()]

# Set up logging configuration
logging.basicConfig(level=logging.INFO, format="%(asctime)s [%(threadName)s] %(message)s")

with concurrent.futures.ThreadPoolExecutor() as executor:
task_list = [x.id for x in project_tasks]
Expand Down

0 comments on commit 6bf8b45

Please sign in to comment.