Skip to content
Snippets Groups Projects
Unverified Commit 95a5b3ce authored by Max Adamo's avatar Max Adamo
Browse files

minor change

parent 36f994da
No related branches found
No related tags found
No related merge requests found
......@@ -172,5 +172,5 @@ if __name__ == '__main__':
purge = sp.Popen(CMD, stdout=sp.PIPE, stderr=sp.PIPE, shell=True)
purge_out, _ = purge.communicate()
print("trying to purge empty kernel packages:\n{}".format(
print("\ntrying to purge empty kernel packages:\n{}".format(
purge_out.decode('utf-8')))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment