mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
wic:code cleanup: No space allowed
Fixed pylint warning 'No space allowed around keyword argument assignment' (From OE-Core rev: e07dd9b9c71960fbeded162ed52fbce06de620e9) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1521a3dda0
commit
d0d0ab85c4
@@ -269,11 +269,11 @@ class DirectImageCreator(BaseImageCreator):
|
||||
p.source_file,
|
||||
p.fstype,
|
||||
p.label,
|
||||
fsopts = p.fsopts,
|
||||
boot = p.active,
|
||||
align = p.align,
|
||||
no_table = p.no_table,
|
||||
part_type = p.part_type)
|
||||
fsopts=p.fsopts,
|
||||
boot=p.active,
|
||||
align=p.align,
|
||||
no_table=p.no_table,
|
||||
part_type=p.part_type)
|
||||
|
||||
self._restore_fstab(fstab)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user