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
4411f6b0
Commit
4411f6b0
authored
Nov 09, 2016
by
Maria Arsuaga Rios
Browse files
testing reuse
parent
b24388f1
Changes
1
Show whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/lib/JobBuilder.py
View file @
4411f6b0
...
...
@@ -495,7 +495,7 @@ class JobBuilder(object):
if
(
self
.
job
[
'source_se'
]
and
self
.
job
[
'dest_se'
])
:
small_files
=
0
for
file
in
self
.
files
:
log
.
debug
(
file
[
'user_filesize'
])
log
.
debug
(
str
(
file
[
'user_filesize'
])
)
if
file
[
'user_filesize'
]
<
104857600
:
small_files
+=
1
if
small_files
==
len
(
self
.
files
):
...
...
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