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
Hi @lefan,
Yes, it fails why I try it with all versions of python I have on computer (2.7, 3.5, 3.6). I would say that it was working before when I was adding the changes to make printing there only when we have a to_native function available. I could remember it worked for me at that time, but now it doesn't :)
So yes, this is something for fixing. Let me take care of it and thank you a lot for finding this!
I really need to automate somehow testing of the code to catch this kind of bugs.
I have merged the fix for this into master (v15). I have the #16 opened to track the cases where my lack of full testing resulted in problems like this and will try to address it there over time.
In case that current master has still same/similar issue as seen here on any of your setups please let me know. If there is no problem feel free to close this issue or I will close it in 1-2 weeks from now if there is no response considering that there was nothing problematic.
Hi @OndrejHome.
I am not a python dev, but it looks like bug in this line:
ansible.pcs-modules-2/library/pcs_resource.py
Line 144 in 7d12f5e
and L146
Maybe something like
to_native(b''.join(n...
The text was updated successfully, but these errors were encountered: