Don't try to be smart with cmd output !
This commit is contained in:
parent
84e0420389
commit
9a507b1f07
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue