@@ -770,7 +770,7 @@ class OpenSKInstaller:
info("Nothing to do.")
return 0
subprocess.run(["./maintainers/patches", "check"])
subprocess.run(["./maintainers/patches", "check"], check=False)
# Compile what needs to be compiled
board_props = SUPPORTED_BOARDS[self.args.board]
The note is not visible to the blocked user.