We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3ed2fb commit 9656409Copy full SHA for 9656409
1 file changed
util/icat_db_generator.py
@@ -81,7 +81,7 @@ def apply_common_parameter_attributes(entity, i, client):
81
Query(
82
client,
83
"PermissibleStringValue",
84
- conditions={"type.id": f"= '{entity.type.id}'"},
+ conditions={"type.id": f"= `{entity.type.id}`"},
85
),
86
)[0].value
87
0 commit comments