Skip to content

Commit

Permalink
Temp: CD
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Aug 29, 2018
1 parent 788cfac commit 6c717eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scc/git.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ def __call__(self, f):
@functools.wraps(f)
def wrapper(*args, **kw):
this = args[0]
print "CD", this.path
with this.cd(this.path):
return f(*args, **kw)
return wrapper
Expand Down

0 comments on commit 6c717eb

Please sign in to comment.