Skip to content

Commit

Permalink
docs: Update comment for easier readability
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Mar 20, 2023
1 parent 9e99879 commit d431da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocdsmerge/flatten.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def _id_value(key: int, value: Dict[str, Any], rule: Optional[MergeStrategy]) ->
id_value = None
identifier = str(uuid.uuid1(1)) # use 1 instead of MAC address

# Calculate the default key for the warning.
# Calculate the key for the warning, which checks for collisions using the default merge strategy.
default_key = IdValue(identifier)

if rule == MergeStrategy.APPEND:
Expand Down

0 comments on commit d431da9

Please sign in to comment.