Skip to content

Commit

Permalink
set unique_key in extractor_info if provided
Browse files Browse the repository at this point in the history
  • Loading branch information
max-zilla committed May 3, 2024
1 parent 372f114 commit 3343a33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyclowder/connectors.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ def __init__(self, extractor_name, extractor_info, check_message=None, process_m
self.clowder_url = clowder_url
self.clowder_email = clowder_email
self.extractor_key = extractor_key
if extractor_key:
self.extractor_info["unique_key"] = extractor_key
self.max_retry = max_retry

filename = 'notifications.json'
Expand Down

0 comments on commit 3343a33

Please sign in to comment.