diff options
Diffstat (limited to 'libpathod/app.py')
-rw-r--r-- | libpathod/app.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpathod/app.py b/libpathod/app.py index a9058279..cb4ad5aa 100644 --- a/libpathod/app.py +++ b/libpathod/app.py @@ -135,7 +135,7 @@ def make_app(noapi, debug): try: if is_request: - r = language.parse_pathoc(spec)[0] + r = language.parse_pathoc(spec).next() else: r = language.parse_pathod(spec) except language.ParseException as v: |