Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
jess
Commits
3863ae73
Commit
3863ae73
authored
Jan 14, 2021
by
Marian Babik
Browse files
fixed transfers for direct htcondor-ce submissions
parent
c2f65239
Changes
1
Hide whitespace changes
Inline
Side-by-side
jess/jobs.py
View file @
3863ae73
...
...
@@ -339,10 +339,6 @@ class Tracker(object):
jess_log
.
debug
(
' successfully retrieved job log'
)
if
job
.
resource
and
'condor-ce:'
in
job
.
resource
:
jess_log
.
debug
(
' retrieving data'
)
kwargs
=
dict
()
if
self
.
_backend
==
'scondor'
and
self
.
_pool
:
kwargs
[
'name'
]
=
self
.
_schedd
kwargs
[
'pool'
]
=
self
.
_pool
self
.
_jmi
.
transfer_data
(
job
.
job_id
)
jess_log
.
debug
(
' purging the job'
)
# self._cancel(job.job_id)
...
...
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