Fix pylint

This commit is contained in:
Julien Cretin
2022-06-21 19:52:10 +02:00
parent b14ed0e742
commit 90322cf5ed

View File

@@ -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]