Skip to content

Commit

Permalink
change except
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbrar committed Dec 7, 2023
1 parent 2eecb31 commit 7e22a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ async def entry(message, guid, coalesce_type, caller) -> (dict, int):
if not override_cache:
try:
query_graph = message["query_graph"]
except:
except KeyError:
return f"No query graph", 422
results = results_cache.get_lookup_result(workflow_def, query_graph)
if results is not None:
Expand Down

0 comments on commit 7e22a8c

Please sign in to comment.