Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
qwint committed Nov 19, 2024
1 parent d775478 commit 3fde0bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Launcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ def main(args: Optional[Union[argparse.Namespace, dict]] = None):
run_group.add_argument("args", nargs="*",
help="Arguments to pass to component.")
main(parser.parse_args())
breakpoint()

from worlds.LauncherComponents import processes
for process in processes:
# we await all child processes to close before we tear down the process host
Expand Down

0 comments on commit 3fde0bf

Please sign in to comment.