mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -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):
|
||||
from .Client import launch
|
||||
launch_subprocess(launch(*args), name=CLIENT_NAME)
|
||||
launch_subprocess(launch, name=CLIENT_NAME, args=args)
|
||||
|
||||
|
||||
components.append(
|
||||
|
Reference in New Issue
Block a user