Skip to content

Commit

Permalink
Merge pull request #22 from HonzaKral/master
Browse files Browse the repository at this point in the history
Fix for #17
  • Loading branch information
Almad committed Sep 29, 2011
2 parents 12e90cc + 2cb3922 commit 207a8e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paver/tasks.py
Expand Up @@ -67,6 +67,7 @@ def _log(self, level, message, args):

def _print(self, output):
print output
sys.stdout.flush()

def _exit(self, code):
sys.exit(1)
Expand Down

0 comments on commit 207a8e0

Please sign in to comment.