Mercurial > hg > config
diff python/cli.py @ 108:e7948549afa1
do some stuff
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Mon, 29 Nov 2010 08:31:33 -0800 (2010-11-29) |
parents | 1da1baa03ac1 |
children |
line wrap: on
line diff
--- a/python/cli.py Mon Nov 29 07:21:30 2010 -0800 +++ b/python/cli.py Mon Nov 29 08:31:33 2010 -0800 @@ -50,7 +50,10 @@ return (_dict, tags, args) if __name__ == '__main__': - _dict, tags, args = main() + try: + _dict, tags, args = main() + except ParserError, e: + import pdb; pdb.set_trace() # for debugging print _dict print tags print args