Skip to content

Commit

Permalink
added comments and fixed paragraphing
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanMarcus committed Jun 27, 2018
1 parent feb02c1 commit 0ec91ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion audioread/ffdec.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,9 @@ def close(self):
# `returncode`.
self.proc.poll()

# Close the stdout and stderr streams that were opened by Popen.
# Close the stdout and stderr streams that were opened by Popen,
# which should occur regardless of if the process terminated
# cleanly.
self.proc.stdout.close()
self.proc.stderr.close()

Expand Down

0 comments on commit 0ec91ea

Please sign in to comment.