trep / opentrep

Open Travel Request Parser
https://trep.github.io/opentrep
GNU Lesser General Public License v2.1
11 stars 5 forks source link

Fix Python wrapper when non-sense input #2

Closed alexprengere closed 12 years ago

alexprengere commented 12 years ago

These commits fixes the following bug:

% /usr/bin/pyopentrep eeeeeee

This will fail because the return statement contains an unbound variable (form_value).