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
e5ac5d17
Commit
e5ac5d17
authored
Mar 21, 2018
by
Maria Arsuaga Rios
Browse files
Update JobBuilder.py
parent
8252a68f
Pipeline
#337572
failed with stage
in 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/lib/JobBuilder.py
View file @
e5ac5d17
...
...
@@ -398,7 +398,7 @@ class JobBuilder(object):
"""
job_type
=
None
log
.
debug
(
"job type is "
+
str
(
job_type
)
+
" reuse"
+
self
.
params
[
'reuse'
])
log
.
debug
(
"job type is "
+
str
(
job_type
)
+
" reuse"
+
str
(
self
.
params
[
'reuse'
])
)
if
self
.
params
[
'multihop'
]:
job_type
=
'H'
...
...
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