Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bis-aria
ariaec
Commits
1d9da0cf
Commit
1d9da0cf
authored
Nov 29, 2018
by
Fabrice ALLAIN
Browse files
Update aria/core/JobManager.py
parent
ba11d75c
Changes
1
Hide whitespace changes
Inline
Side-by-side
aria/core/JobManager.py
View file @
1d9da0cf
...
...
@@ -277,7 +277,7 @@ class Job(Thread, AriaBaseClass):
# Parse output to get jobid and launch another job which depend on it to
# create checkpoint file
jobid
=
self
.
get_jobid
(
out
)
checkscript
=
'_%s'
%
jobid
if
jobid
else
''
checkscript
=
'_%s'
%
str
(
jobid
)
if
jobid
else
''
if
jobid
:
# Create specific checkpoint file
...
...
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