Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Matthias
my-test-project-1
Commits
81d17efc
Commit
81d17efc
authored
Jun 09, 2021
by
Jonas Waeber
Browse files
Improve logging for patch request.
parent
ce04e3ea
Pipeline
#32984
passed with stages
in 2 minutes and 25 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
import_api_app/resources/WriteTypeReportToDrupal.py
View file @
81d17efc
...
...
@@ -147,5 +147,6 @@ class WriteTypeReportToDrupal(Resource):
else
:
message
=
"Unknown response status code for drupal api for url "
+
url
current_app
.
logger
.
error
(
message
)
current_app
.
logger
.
error
(
response
.
text
)
raise
ImportApiError
(
message
)
return
result
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