diff --git a/kraft/app/app.py b/kraft/app/app.py index b937beb5..5a34a1b7 100644 --- a/kraft/app/app.py +++ b/kraft/app/app.py @@ -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' ])