mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-28 08:51:11 +02:00
disk_util: convert some tabs to spaces
This commit is contained in:
parent
420d0825ad
commit
cf4b282482
@ -65,7 +65,7 @@ def LoadPartitionConfig(options):
|
||||
metadata = config['metadata']
|
||||
base = config['layouts']['base']
|
||||
for key in ('part_alignment', 'disk_alignment',
|
||||
'block_size', 'fs_block_size'):
|
||||
'block_size', 'fs_block_size'):
|
||||
metadata[key] = int(metadata[key])
|
||||
except KeyError as e:
|
||||
raise InvalidLayout('Metadata is missing required entries: %s' % e)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user