Try to correct character per line count
This commit is contained in:
parent
086a019d19
commit
aac783ed3a
@ -27,7 +27,8 @@ def run():
|
||||
|
||||
:return:
|
||||
"""
|
||||
return_code = target_env_call(["update-initramfs", "-k", "all", "-c", "-t"])
|
||||
return_code = target_env_call(["update-initramfs", "-k", "all", "-c",
|
||||
"-t"])
|
||||
|
||||
if return_code != 0:
|
||||
return (
|
||||
|
Loading…
Reference in New Issue
Block a user