Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
58f1d28b
Commit
58f1d28b
authored
Mar 21, 2018
by
Maria Arsuaga Rios
Browse files
Adding more logging for debug
parent
06023277
Pipeline
#337558
failed with stage
in 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/lib/JobBuilder.py
View file @
58f1d28b
...
...
@@ -398,6 +398,8 @@ class JobBuilder(object):
"""
job_type
=
None
log
.
debug
(
"job type is "
+
str
(
job_type
)
+
" reuse"
+
self
.
params
[
'reuse'
])
if
self
.
params
[
'multihop'
]:
job_type
=
'H'
elif
self
.
params
[
'reuse'
]
is
not
None
:
...
...
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