Fixes in sed

This commit is contained in:
Antonio de la Rosa 2024-02-07 23:46:31 +01:00
parent 4a97ab685d
commit 352bd673ba

View file

@ -9,7 +9,7 @@ import json
def shell_command(command):
if call(command, shell=True) > 0:
print('Error: cannot execute command')
print('Error: cannot execute command '+command+"\n\n")
return False
def check_distro(arr_command):
@ -18,7 +18,7 @@ def check_distro(arr_command):
if not distro_id in arr_command:
print("Sorry, you don't have a patch for this distro\n\n")
print("Sorry, you cannot get the distro\n\n")
return False
else: