Code review comment for lp:~jeffmarcom/checkbox/kvm_console_hijack_fix

Revision history for this message
Zygmunt Krynicki (zyga) wrote :

53 + # Reset Console window to regain control from VM Serial I/0
54 + try:
55 + check_call('reset')
56 + except CalledProcessError:
57 + pass

just use call(), no need to check if you discard the check anyway

review: Needs Fixing

« Back to merge proposal