Projects
Mega:23.03
subunit
_service:tar_scm:subunit-decode-binary-to-unico...
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:subunit-decode-binary-to-unicode.patch of Package subunit
diff --git a/python/subunit/__init__.py b/python/subunit/__init__.py index 63c7d66..e735437 100644 --- a/python/subunit/__init__.py +++ b/python/subunit/__init__.py @@ -556,7 +556,7 @@ class TestProtocolServer(object): def _handleTime(self, offset, line): # Accept it, but do not do anything with it yet. try: - event_time = iso8601.parse_date(line[offset:-1]) + event_time = iso8601.parse_date(line[offset:-1].decode('utf8')) except TypeError: raise TypeError(_u("Failed to parse %r, got %r") % (line, sys.exec_info[1]))
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2