Skip to content
GitLab
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
46713377
Commit
46713377
authored
Feb 14, 2017
by
Maria Arsuaga Rios
Browse files
FTS:893 Set true
parent
a423cdfa
Pipeline
#83026
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/lib/JobBuilder.py
View file @
46713377
...
...
@@ -503,7 +503,7 @@ class JobBuilder(object):
self
.
job
[
'job_type'
]
=
'N'
auto_session_reuse
=
pylons
.
config
[
'fts3.AutoSessionReuse'
]
if
(
auto_session_reuse
==
T
rue
and
self
.
job
[
'source_se'
]
and
self
.
job
[
'dest_se'
]
and
(
job_type
is
None
)
and
(
len
(
self
.
files
)
>
1
))
:
if
(
auto_session_reuse
==
't
rue
'
and
self
.
job
[
'source_se'
]
and
self
.
job
[
'dest_se'
]
and
(
job_type
is
None
)
and
(
len
(
self
.
files
)
>
1
))
:
small_files
=
0
min_small_files
=
len
(
self
.
files
)
-
2
for
file
in
self
.
files
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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