Skip to content

Commit 9656409

Browse files
committed
fix linting in icat_db_generator.py #517
1 parent f3ed2fb commit 9656409

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

util/icat_db_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def apply_common_parameter_attributes(entity, i, client):
8181
Query(
8282
client,
8383
"PermissibleStringValue",
84-
conditions={"type.id": f"= '{entity.type.id}'"},
84+
conditions={"type.id": f"= `{entity.type.id}`"},
8585
),
8686
)[0].value
8787

0 commit comments

Comments
 (0)