Don't let pre-hooks prevent the main command from running
commit673637f4d11b161b8768411e859d19914aa4b2e0
authorSteven Walter <swalter@lpdev.prtdev.lexmark.com>
Mon, 14 Jul 2008 17:46:25 +0000 (14 13:46 -0400)
committerSteven Walter <swalter@lpdev.prtdev.lexmark.com>
Mon, 14 Jul 2008 17:46:25 +0000 (14 13:46 -0400)
tree2c5cab7e3f75392f5d051adbbb6ef835d70f0317
parentf226d795424589ed5f0c30c8cf90369659b04eba
Don't let pre-hooks prevent the main command from running

By using the same local variable name in both places, meth was getting
clobbered by the pre-hook.
yap/yap.py