Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencelaurent committed Sep 3, 2024
1 parent 6ef303f commit ff3d1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atlasprint/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def optimize_expression(layer, expression):
return expression

# extract primary key from fields list
pk_index = primary_keys[0];
pk_index = primary_keys[0]
pk_field = layer.fields().at(pk_index)

# replace `$id` with effective PK name
Expand Down

0 comments on commit ff3d1d7

Please sign in to comment.