Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion check50/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def _store_attributes(self):
"""

# Attributes only need to be passed explicitly to child processes when using spawn
if multiprocessing.get_start_method() != "spawn":
if multiprocessing.get_start_method() == "fork":
return

self._attribute_values = [eval(name) for name in self.CROSS_PROCESS_ATTRIBUTES]
Expand Down