[PEP 8] General Style Part 1

This commit is contained in:
Gormogon 2015-02-18 09:37:03 -05:00
parent 5d5519b7b0
commit d8df3d7a59
5 changed files with 33 additions and 22 deletions

View file

@ -42,7 +42,7 @@ def mount_partitions(root_mount_point, partitions):
mount_point,
fstype,
partition.get("options", "")
)
)
def run():