Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More fixes #328

Merged
merged 1 commit into from
Oct 15, 2024
Merged

More fixes #328

merged 1 commit into from
Oct 15, 2024

Conversation

JacobCallahan
Copy link
Member

These include resolving a problem with interactive edits on mac not working. This was likely due to a quirk with the NamedTemporaryFile implementation. I insteda switched to manually creating a temporary file and that worked.

It also includes an early escape for when a user's inventory is empty.

@JacobCallahan JacobCallahan added the bug Something isn't working label Oct 15, 2024
@@ -326,6 +326,9 @@ def inventory(details, _list, sync, filter):
)
for host in inventory
]
if not curated_host_info:
CONSOLE.print("No hosts found in inventory.")
return
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Confirmed that this resolves the inventory issues I saw.

$ broker inventory
No hosts found in inventory.

These include resolving a problem with interactive edits on mac not
working. This was likely due to a quirk with the NamedTemporaryFile
implementation. I insteda switched to manually creating a temporary file
and that worked.

It also includes an early escape for when a user's inventory is empty.
@JacobCallahan JacobCallahan merged commit ecd66d6 into SatelliteQE:master Oct 15, 2024
4 checks passed
@JacobCallahan JacobCallahan deleted the quickfix branch October 15, 2024 20:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants