Skip to content
This repository has been archived by the owner on Jul 17, 2023. It is now read-only.

kraft: Fix linting issue introduced in 1c200bf #102

Open
wants to merge 1 commit into
base: staging
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions kraft/app/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ def match_plat(plat, target):
try:
return_code = self.make([
('UK_DEFCONFIG=%s' % path),
# see #80 and #83, the fallback behavior once name field is missing in the original kraft.yaml
# is to use the parent folder name, and the missing field will be automatically complemented
# (ensured by config.load_config() implementation)
# see #80 and #83, the fallback behavior once name field is missing in the original
# kraft.yaml is to use the parent folder name, and the missing field will be
# automatically complemented (ensured by config.load_config() implementation)
('CONFIG_UK_NAME=%s' % self.config.name),
'defconfig'
])
Expand Down