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
b24388f1
Commit
b24388f1
authored
Nov 09, 2016
by
Maria Arsuaga Rios
Browse files
testing reuse
parent
79cca6bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/lib/JobBuilder.py
View file @
b24388f1
...
...
@@ -500,7 +500,7 @@ class JobBuilder(object):
small_files
+=
1
if
small_files
==
len
(
self
.
files
):
#self.job['reuse_job'] = 'Y'
log
.
debug
(
"Reuse jobs with "
+
small_files
+
" small files up to "
+
len
(
self
.
files
)
+
" total files"
)
log
.
debug
(
"Reuse jobs with "
+
str
(
small_files
)
+
" small files up to "
+
str
(
len
(
self
.
files
)
)
+
" total files"
)
def
_populate_deletion
(
self
,
deletion_dict
):
"""
...
...
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