Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:11.4
rpmlint
filename-non-utf8-exception.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File filename-non-utf8-exception.diff of Package rpmlint
--- Filter.py +++ Filter.py @@ -22,13 +22,8 @@ _badness_score = 0 printed_messages = { "I": 0, "W": 0, "E": 0 } -if sys.stdout.isatty(): - def __print(s): - print(s) -else: - import locale - def __print(s): - print(s.encode(locale.getpreferredencoding(), "replace")) +def __print(s): + print(s) def printInfo(pkg, reason, *details): _print("I", pkg, reason, details)
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor