sebastien / cuisine

Chef-like functionality for Fabric
Other
1.26k stars 156 forks source link

Fix for cd context manager if in local mode #159

Closed jself closed 11 years ago

jself commented 11 years ago

When in local mode the with cd() was ignored in Popen. I added a cd wrapper that uses lcd if in local mode, and check the lcd state env variable for Popen's cwd argument

sebastien commented 11 years ago

Thanks!