Skip to content

Commit

Permalink
patch from @rmg. thanks!
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Dec 3, 2009
1 parent 233238a commit b37230e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion couchapp/dispatch.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def dispatch(args):
ui = UI(logging_handler=console)

try:
_dispatch(ui, args)
return _dispatch(ui, args)
except AppError, e:
ui.logger.error("couchapp error: %s" % str(e))
except KeyboardInterrupt:
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@

extra['console'] = ['bin/couchapp']


except ImportError:
pass

Expand Down

0 comments on commit b37230e

Please sign in to comment.