Fix pylint
This commit is contained in:
@@ -770,7 +770,7 @@ class OpenSKInstaller:
|
|||||||
info("Nothing to do.")
|
info("Nothing to do.")
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
subprocess.run(["./maintainers/patches", "check"])
|
subprocess.run(["./maintainers/patches", "check"], check=False)
|
||||||
|
|
||||||
# Compile what needs to be compiled
|
# Compile what needs to be compiled
|
||||||
board_props = SUPPORTED_BOARDS[self.args.board]
|
board_props = SUPPORTED_BOARDS[self.args.board]
|
||||||
|
|||||||
Reference in New Issue
Block a user