Don't try to be smart with cmd output !

pull/18539/head
Dag Wieers 9 years ago committed by Brian Coca
parent 84e0420389
commit 9a507b1f07

@ -210,9 +210,6 @@ class CallbackModule_dense(CallbackModule_default):
if not result[attr]:
del(result[attr])
if 'cmd' in result:
result['cmd'] = ' '.join(result['cmd'])
def _handle_exceptions(self, result):
if 'exception' in result:
if self._display.verbosity < 3:

Loading…
Cancel
Save