Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Software
idms-linux-installer
Commits
2f3a53e1
Commit
2f3a53e1
authored
Jul 13, 2020
by
Nigel Kukard
Browse files
Removed whitespace
parent
7e75068c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/idmslinux_installer/util/sysmkinitcpio.py
View file @
2f3a53e1
...
...
@@ -82,7 +82,6 @@ class SysMkinitcpio:
# Run mkinitcpio
proc
=
AsyncSubprocess
([
'arch-chroot'
,
system_path
,
'mkinitcpio'
,
'-p'
,
preset
],
output_callback
=
output_callback
)
proc
.
run
()
# Raise an exception if we didn't get a positive response back
if
proc
.
retcode
!=
0
:
raise
OSError
(
f
'Failed to run mkinitcpio on the target system, return code
{
proc
.
retcode
}
'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment