Fix logs after the call to hacBrewPack

This commit is contained in:
rlaphoenix
2022-11-12 10:02:59 +00:00
parent ccf9dbfcbb
commit fbea98b8f9
+1
View File
@@ -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