You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.
yum check-output
splits output about a package over two lines with the package name is long, like so:This confuses the code in get_all_updates().
A crude hack to fix this is to post-process the return value of
self.run(cmd)
: append any line that starts with whitespace to the preceding line.The text was updated successfully, but these errors were encountered: