Skip to content

Commit 15d587a

Browse files
bhcopelandnuclearcat
authored andcommitted
kbuild: fix pycodestyle E127 continuation line indent
Signed-off-by: Ben Copeland <ben.copeland@linaro.org>
1 parent de3beaa commit 15d587a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernelci/kbuild.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def __init__(self, node=None, jobname=None, params=None, jsonobj=None, apiconfig
247247
self._full_artifacts = jsonobj['full_artifacts']
248248
self._dtbs_check = jsonobj['dtbs_check']
249249
self._kselftest = jsonobj.get('kselftest',
250-
jsonobj.get('kfselftest'))
250+
jsonobj.get('kfselftest'))
251251
self._coverage = jsonobj.get('coverage', False)
252252
return
253253
raise ValueError("No valid arguments provided")

0 commit comments

Comments
 (0)