jmespath / jmespath.py

JMESPath is a query language for JSON.
http://jmespath.org
MIT License
2.19k stars 181 forks source link

Raise proper exception when parsing an empty string #63

Closed jamesls closed 10 years ago

jamesls commented 10 years ago

You'd previously get an UnboundLocalError. You now get an EmptyExpressionError.

jamesls commented 10 years ago

cc @danielgtaylor @kyleknap

danielgtaylor commented 10 years ago

LGTM :ship:-it!