Skip to content

Commit

Permalink
Fixed the apio lint command. It got broken when we made platform_id
Browse files Browse the repository at this point in the history
a required scons argument.
  • Loading branch information
zapta committed Nov 18, 2024
1 parent fe706ee commit 462e46c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apio/managers/scons.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ def lint(self, args) -> int:
"nowarn": args.get("nowarn"),
"warn": args.get("warn"),
"nostyle": args.get("nostyle"),
"platform_id": self.resources.platform_id,
}
)
return self._run(
Expand Down

0 comments on commit 462e46c

Please sign in to comment.