Skip to content

Commit

Permalink
one last bit of clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
JoanneBogart committed Aug 2, 2024
1 parent fc25144 commit 01a5309
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions skycatalogs/objects/base_config_fragment.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def generic_create(self):
for key in opt:
if opt[key] is not None:
other[key] = opt[key]
if len(other.keys()) > 0:
data.update(other)
data.update(other)

data['provenance'] = self._prov
return data

0 comments on commit 01a5309

Please sign in to comment.