wow this solves an issue!

This commit is contained in:
Thomas S Hatch 2016-08-09 17:05:22 -06:00
parent 244c3bd495
commit 9fbfa282fa

View file

@ -116,10 +116,9 @@ class Terminal(object):
# Let's avoid Zombies!!!
_cleanup()
if not args and not executable and not shell:
if not args and not executable:
raise TerminalException(
'You need to pass at least one of \'args\', \'executable\' '
'or \'shell=True\''
'You need to pass at least one of "args", "executable" '
)
self.args = args