diff --git a/pipes.py b/pipes.py index dd29819..4ee4340 100644 --- a/pipes.py +++ b/pipes.py @@ -7,7 +7,8 @@ class Process(object): def __init__(self, command): self.command = command self.environ = {} - self.cwd = + self.cwd = None + def set_command(self, command): # process popen chain, etc