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
06023277
Commit
06023277
authored
Mar 21, 2018
by
Maria Arsuaga Rios
Browse files
Update JobBuilder.py
parent
354bb8ff
Pipeline
#337501
failed with stage
in 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/lib/JobBuilder.py
View file @
06023277
...
...
@@ -405,7 +405,7 @@ class JobBuilder(object):
job_type
=
'Y'
else
:
job_type
=
'N'
log
.
debug
(
"job type is "
+
job_type
)
log
.
debug
(
"job type is "
+
str
(
job_type
)
)
self
.
is_bringonline
=
self
.
params
[
'copy_pin_lifetime'
]
>
0
or
self
.
params
[
'bring_online'
]
>
0
job_initial_state
=
'STAGING'
if
self
.
is_bringonline
else
'SUBMITTED'
...
...
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