Skip to content

Commit

Permalink
str
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuel44 committed Jul 16, 2024
1 parent 31a9ec3 commit ed62dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/compare_dependency_constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class Discrepancy(NamedTuple):
in_native: str | None = None

def __str__(self) -> str:
return f"{self.dependency}: {self.in_image or 'missing'} in {self.image}, {self.in_native or 'missing'} in native"
return f"{self.dependency}: {self.in_image or 'missing'} in {self.image} image, {self.in_native or 'missing'} in Native image"

def find_library_line_number(lib_name: str, file_path: Path):
"""
Expand Down

0 comments on commit ed62dfb

Please sign in to comment.