We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eeebcf commit 2766960Copy full SHA for 2766960
cads_broker/factory.py
@@ -2,7 +2,7 @@
2
3
4
def tagged(context, value):
5
- if value in context.request.request_metadata.get("qos_tags"):
+ if value in context.request.request_metadata.get("qos_tags", []):
6
return True
7
8
0 commit comments