mirror of
https://github.com/zeldaret/ph
synced 2026-06-09 04:29:52 -04:00
configure: Print dsd json delinks error
This commit is contained in:
+4
-1
@@ -225,7 +225,10 @@ def main():
|
||||
"json",
|
||||
"delinks",
|
||||
"--config-path", config_path / args.version / "arm9" / "config.yaml"
|
||||
], capture_output=True, text=True, check=True)
|
||||
], capture_output=True, text=True)
|
||||
if out.returncode != 0:
|
||||
print(f"Error running dsd:\n{out.stderr.strip()}")
|
||||
return
|
||||
delinks_json = json.loads(out.stdout)
|
||||
|
||||
project = Project(args.version, platform=platform, delinks_json=delinks_json)
|
||||
|
||||
Reference in New Issue
Block a user