lxc: typo

This commit is contained in:
Mathieu Le Marec - Pasquet 2015-06-03 20:18:19 +02:00
parent d71efa6d66
commit 0cb11a2767

View file

@ -2162,7 +2162,7 @@ def _change_state(cmd,
# communicate with it, but just wait for the exit status
pkwargs = {'python_shell': False,
'with_communicate': with_communicate,
'use_vt': 'use_vt',
'use_vt': use_vt,
'stdin': stdin,
'stdout': stdout,
'stderr': stderr}