Skip to content

Commit

Permalink
Fixes OLCS-515
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyw committed Mar 28, 2023
1 parent bea9cb7 commit 667dc63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlcs/libs/corgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def get_sync_fields(cls, component):
"""
Determines which fields to sync for a specified component.
"""
sync_fields = CORGI_SYNC_FIELDS
sync_fields = CORGI_SYNC_FIELDS.copy()
# Don't overwrite `license_declared` if corgi already has.
if component.get("license_declared"):
sync_fields.remove("license_declared")
Expand Down

0 comments on commit 667dc63

Please sign in to comment.