module_common.py
23.2 KB
-
syslog.openlog does not cope with unicode first argument · 5ef077e5
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.
willthames committed