mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 08:43:10 +00:00
It seems that os.path.basename(__file__) can return a unicode string. In this case syslog.openlog fails. Forcing the result to a string causes the resulting error to go away.