This commit is contained in:
ahmadbilalkhalid 2019-08-28 13:53:29 +05:00
parent 8524f7cfb2
commit 843949e7ca

View file

@ -108,7 +108,7 @@ class PackageManagementOperation(object):
else:
assert "Unknown Distro"
subprocess.check_output(distro.split())
subprocess.check_output(command.split())
except Exception as e:
print(e)
return Result(e, ResultType.failure, inspect.currentframe().f_code.co_name)