Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Whit Morriss committed Nov 4, 2011
1 parent 475d650 commit 4c550ad
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions strap/process.py
@@ -1,9 +1,8 @@
"""
@@ api needs refactoring
- move init calls to run
zozo- clean up input options
- clean up input options
"""

from StringIO import StringIO
import os
import subprocess
Expand All @@ -28,7 +27,7 @@ def __init__(self, cmd, logger, stdout=True, stdin=None,
self.stdin = stdin is True and sys.stdin or stdin
if not stdout:
self.stdout = subprocess.PIPE
self.filter_stdout=filter_stdout
self.filter_stdout = filter_stdout
self.cwd=cwd
self.raise_on_returncode=raise_on_returncode
self.env = self.prep_env(extra_env, remove_from_env)
Expand Down

0 comments on commit 4c550ad

Please sign in to comment.