Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
fix: incorrect variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Apr 8, 2023
1 parent 6b33f8d commit fb2df7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nanolayer/installers/gh_release/gh_release_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def install(
target_member_names = tarf.names_by_filename(target_name)
if len(target_member_names) > 1:
raise cls.MultipleBinaryMatchesFound(
f"multiple binary matches were found in archive {resolved_asset.name}: {target_members}"
f"multiple binary matches were found in archive {resolved_asset.name}: {target_member_names}"
)
if len(target_member_names) == 0:
raise cls.MoBinaryMatchesFound(
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ setuptools
wheel
setuptools-scm
packaging
dcontainer>=1.0.0rc4
dcontainer>=1.0.6

0 comments on commit fb2df7b

Please sign in to comment.