Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: gus-opentensor <[email protected]>
  • Loading branch information
thewhaleking and gus-opentensor authored Jul 29, 2024
1 parent f07bcfd commit a25b879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/utils/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ def __init__(self, force: bool = False):
def __enter__(self):
self._old_start_method = multiprocessing.get_start_method(allow_none=True)
if self._old_start_method is None:
self._old_start_method = "spawn" # default to spawnn
self._old_start_method = "spawn" # default to spawn

multiprocessing.set_start_method("spawn", force=self._force)

Expand Down

0 comments on commit a25b879

Please sign in to comment.