mirror of
https://github.com/Threnklyn/nton.git
synced 2026-05-19 05:13:28 +02:00
Fix logs after the call to hacBrewPack
This commit is contained in:
@@ -225,6 +225,7 @@ def build(
|
||||
"--nspdir", Directories.output,
|
||||
"-k", Files.keys
|
||||
], cwd=build_dir)
|
||||
os.system("") # fixes logs, I don't know why or how
|
||||
except subprocess.CalledProcessError as e:
|
||||
log.critical(f"Failed to build NSP, \"{e.args}\", {e.output} [{e.returncode}]")
|
||||
return 2
|
||||
|
||||
Reference in New Issue
Block a user