mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
fix saving princess's use of subprocess helpers (#5103)
This commit is contained in:
@@ -12,7 +12,7 @@ from .Constants import *
|
|||||||
|
|
||||||
def launch_client(*args: str):
|
def launch_client(*args: str):
|
||||||
from .Client import launch
|
from .Client import launch
|
||||||
launch_subprocess(launch(*args), name=CLIENT_NAME)
|
launch_subprocess(launch, name=CLIENT_NAME, args=args)
|
||||||
|
|
||||||
|
|
||||||
components.append(
|
components.append(
|
||||||
|
Reference in New Issue
Block a user