Skip to content

Commit

Permalink
Debug PRT
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapaioa committed Sep 19, 2024
1 parent f14e0ff commit 810b1a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robottelo/hosts.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def os_version(self):
:return: A ``packaging.version.Version`` instance
"""
logger.info(f"tpapaioa os_version {self._os_version=}")
logger.info(f"tpapaioa os_version {self._os_release=}")
return Version(self._os_release['VERSION_ID'])

@property
Expand Down

0 comments on commit 810b1a9

Please sign in to comment.