Skip to content

Commit

Permalink
hosts: fix CI error
Browse files Browse the repository at this point in the history
Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
  • Loading branch information
ikerexxe committed Nov 28, 2024
1 parent 705b458 commit 5d78a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sssd_test_framework/hosts/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ def distro_minor(self) -> int:
def get_package_version(self, package: str = "sssd", raise_on_error: bool = True) -> dict:
"""
Parse package version and return it as a dictionary with:
major, minor, patch, prerelease, update, release
major, minor, patch, prerelease, update, release
:param package: package name
:param raise_on_error: raise exeption when package is missing
:return: version dictionary
Expand Down

0 comments on commit 5d78a38

Please sign in to comment.