Commit 39c176c3 authored by Jérome Perrin's avatar Jérome Perrin

fixup! standalone-shared/erp5-show: use python3

parent 06ba44ec
Pipeline #23258 failed with stage
in 0 seconds
......@@ -147,7 +147,7 @@ def status():
try:
r1 = urllib.request.urlopen(frontend, context=ctx)
if 'Zope Management Interface' in r1.read():
if b'Zope Management Interface' in r1.read():
connected = True
else:
print('URL %s ready, but does not reply with Zope' % frontend)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment