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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
erp5
Commits
9f4cf295
Commit
9f4cf295
authored
Mar 08, 2024
by
Kazuhiko Shiozaki
Committed by
Jérome Perrin
Apr 02, 2024
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
py3: message attribute in exception was removed in Python 3.
parent
baf04377
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bt5/erp5_web_service/MixinTemplateItem/portal_components/mixin.erp5.RESTAPIClientConnectorMixin.py
...rtal_components/mixin.erp5.RESTAPIClientConnectorMixin.py
+1
-1
No files found.
bt5/erp5_web_service/MixinTemplateItem/portal_components/mixin.erp5.RESTAPIClientConnectorMixin.py
View file @
9f4cf295
...
...
@@ -135,7 +135,7 @@ class RESTAPIClientConnectorMixin(XMLObject):
http_response
=
http_connection
.
getresponse
()
request_stop_time
=
time
.
time
()
except
ssl
.
SSLError
as
exc
:
if
'The read operation timed out'
==
exc
.
message
:
if
"SSLError('The read operation timed out')"
==
repr
(
exc
)
:
LOG
(
__name__
,
ERROR
,
"Call to %s %s raised Timeout (%ss)"
%
(
method
,
path
,
round
(
time_left_before_timeout
,
6
)
),
error
=
True
)
...
...
Carlos Ramos Carreño
@vnmabus
mentioned in commit
6e16d7a6
·
Apr 22, 2024
mentioned in commit
6e16d7a6
mentioned in commit 6e16d7a60d4cc0737825956b280c0589dbe3c849
Toggle commit list
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