Major rewrite for more modularity and maintanability
This commit is contained in:
parent
13023b660e
commit
bbb8bd9020
6 changed files with 136 additions and 24 deletions
lib/plugins/shell
|
@ -18,7 +18,7 @@ class ShellPlugin(Plugin):
|
|||
except subprocess.CalledProcessError as e:
|
||||
error = e.output
|
||||
|
||||
return output, error
|
||||
return [output, error]
|
||||
|
||||
# vim:sw=4:ts=4:et:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue