Skip to content

Commit

Permalink
add multiprocessing.freeze_support
Browse files Browse the repository at this point in the history
  • Loading branch information
leoschwarz committed Aug 12, 2024
1 parent 9782842 commit 8ec258f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/depiction_targeted_preprocbatch/executor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations

import multiprocessing
from dataclasses import dataclass
from pathlib import Path

Expand Down Expand Up @@ -133,4 +134,5 @@ def process_app(


if __name__ == "__main__":
multiprocessing.freeze_support()
app()

0 comments on commit 8ec258f

Please sign in to comment.