a
This commit is contained in:
parent
8524f7cfb2
commit
843949e7ca
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue