Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Remove stray #
Browse files Browse the repository at this point in the history
  • Loading branch information
reivilibre committed Jun 30, 2022
1 parent c475b00 commit d677e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/app/complement_fork_starter.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def main() -> None:
# Now we basically just fork() out to create the workers we need.
# Because we're using fork(), all the workers get a clone of this launcher's
# memory space and don't need to repeat the work of loading the code!
# Instead of using fork() directly, we use the multiprocessing library,#
# Instead of using fork() directly, we use the multiprocessing library,
# which uses fork() on Unix platforms.
processes = []
for (func, worker_args) in zip(worker_functions, args_by_worker):
Expand Down

0 comments on commit d677e52

Please sign in to comment.