Skip to content

Commit

Permalink
fix parse failure
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-parrott committed Nov 14, 2014
1 parent 0ec098b commit 0bfe0b8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion NaturalCommands/parse_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def parse_query(query):
query = sys.argv[1]
plugins_to_invoke = set(plugins_to_always_invoke)
parsed = parse_query(query)
print parsed
if parsed != None:
plugins_to_invoke.add(parsed['plugin'])

Expand Down

0 comments on commit 0bfe0b8

Please sign in to comment.