Skip to content

Commit

Permalink
change description of check_fk_in_subsetid
Browse files Browse the repository at this point in the history
  • Loading branch information
sjib committed Jun 14, 2024
1 parent 0fc75cb commit 1c13752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepqwat2ili/qgepdss/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def modulo_angle(val):

def check_fk_in_subsetid (subset, relation):
"""
checks, whether foreignkey is in the subset_ids - if yes it return the foreignkey, if no it will return NULL
checks, whether foreignkey is in the subset_ids - if yes it return the tid of the foreignkey, if no it will return None
"""
logger.info(f"check_fk_in_subsetid - Subset ID's '{subset}'")
# get the value of the fk_ attribute as str out of the relation to be able to check whether it is in the subset
Expand Down

0 comments on commit 1c13752

Please sign in to comment.