mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[PEP 8] General Style Part 1
This commit is contained in:
parent
5d5519b7b0
commit
d8df3d7a59
5 changed files with 33 additions and 22 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue