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
Fix two Python 3 incompatibilities in the zypper module
process.stdout is of type 'bytes' in Python 3 and needs to be
decoded to get a 'string' object.
Ticket: CFE-3364
Changelog: The zypper module is now fully compatible with Python 3
0 commit comments