Skip to content

Commit

Permalink
set mac to fork.. i hate spawn
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Dec 31, 2024
1 parent ba8790a commit 325e3c9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rose-cli/rose_cli/__main__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import multiprocessing
import sys

import click
Expand All @@ -8,6 +9,7 @@


def main() -> None:
multiprocessing.set_start_method("fork")
initialize_logging()
try:
cli()
Expand Down

0 comments on commit 325e3c9

Please sign in to comment.