Skip to content

Commit

Permalink
Update conda_lock/conda_lock.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Mares <services-git-throwaway1@tensorial.com>
  • Loading branch information
mariusvniekerk and maresb authored Nov 18, 2022
1 parent 9a5292a commit 16e32c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_lock/conda_lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ def update_metadata(to_change: Dict[str, Any], change_source: Dict[str, Any]) ->
def get_custom_metadata(
metadata_yamls: Sequence[pathlib.Path],
) -> Optional[Dict[str, str]]:
custom_metadata_dict: Dict[str, Any] = {}
custom_metadata_dict: Dict[str, str] = {}
for yaml_path in metadata_yamls:
new_metadata = convert_structured_metadata_yaml(yaml_path)
update_metadata(custom_metadata_dict, new_metadata)
Expand Down

0 comments on commit 16e32c8

Please sign in to comment.