Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Jérome Perrin
erp5
Commits
b83c8d4b
Commit
b83c8d4b
authored
Oct 13, 2022
by
Kazuhiko Shiozaki
Committed by
Jérome Perrin
Mar 15, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
py2/py3: cast to bytes in write().
parent
8bd34f71
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
product/ERP5Type/tests/ERP5TypeTestCase.py
product/ERP5Type/tests/ERP5TypeTestCase.py
+1
-1
No files found.
product/ERP5Type/tests/ERP5TypeTestCase.py
View file @
b83c8d4b
...
@@ -1496,7 +1496,7 @@ class ZEOServerTestCase(ERP5TypeTestCase):
...
@@ -1496,7 +1496,7 @@ class ZEOServerTestCase(ERP5TypeTestCase):
if
e
[
0
]
!=
errno
.
EADDRINUSE
:
if
e
[
0
]
!=
errno
.
EADDRINUSE
:
raise
raise
if
zeo_client
:
if
zeo_client
:
os
.
write
(
zeo_client
,
repr
(
host_port
))
os
.
write
(
zeo_client
,
str2bytes
(
repr
(
host_port
)
))
os
.
close
(
zeo_client
)
os
.
close
(
zeo_client
)
ZopeTestCase
.
_print
(
"
\
n
ZEO Storage started at %s:%s ... "
%
host_port
)
ZopeTestCase
.
_print
(
"
\
n
ZEO Storage started at %s:%s ... "
%
host_port
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment