def get_command_output()

in validations/image_validator/system.py [0:0]


def get_command_output(command):
    return subprocess.Popen([command], stdout=subprocess.PIPE, shell=True)