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
memoriav
Memobase 2020
services
Import Process
Import API
Commits
6a42d335
Commit
6a42d335
authored
Apr 12, 2021
by
Matthias
Browse files
improve log message
parent
30c45b85
Pipeline
#24458
passed with stages
in 2 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
import_api_app/resources/WriteJobResultsToDrupal.py
View file @
6a42d335
...
...
@@ -85,7 +85,7 @@ class WriteJobResultToDrupal(Resource):
description: There was a problem
"""
try
:
current_app
.
logger
.
debug
(
"report
-json
: "
+
request
.
json
[
0
]
)
current_app
.
logger
.
debug
(
"report
data
: "
+
request
.
data
)
fatal
=
request
.
json
[
0
][
'fatal'
]
status
=
'FAILED'
if
fatal
==
0
:
...
...
Write
Preview
Supports
Markdown
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