alsmirn/gyt

Weird call stdout value

Closed this issue · 0 comments

lig commented

In

call(cmd, stdout=True)

https://github.com/alsmirn/gyt/blob/master/gyt.py#L26

According to documentation there is no possible True value for stdout attribute.
http://docs.python.org/library/subprocess.html#frequently-used-arguments

Indeed if edited to call(cmd) there is no noticeable changes in functionality.