west: completion.py: Fix bad indentation and blank lines at end of file
Fixing pylint warnings for a CI check. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
22274696a9
commit
1f0a8e5a3f
1 changed files with 1 additions and 2 deletions
|
@ -46,5 +46,4 @@ class Completion(WestCommand):
|
||||||
with open(cf, 'r') as f:
|
with open(cf, 'r') as f:
|
||||||
print(f.read())
|
print(f.read())
|
||||||
except FileNotFoundError as e:
|
except FileNotFoundError as e:
|
||||||
log.die('Unable to find completion file: {}'.format(e))
|
log.die('Unable to find completion file: {}'.format(e))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue