[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

@ -22,9 +22,11 @@
import libcalamares
from libcalamares.utils import chroot_call
def run_dracut():
return chroot_call(['dracut', '-f'])
def run():
returnCode = run_dracut()
if returnCode != 0: