Skip to content
GitLab
Menu
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
8003dbc3
Commit
8003dbc3
authored
May 27, 2019
by
Fabrice ALLAIN
Browse files
Update aria/core/JobManager.py
parent
02bafbbe
Changes
1
Hide whitespace changes
Inline
Side-by-side
aria/core/JobManager.py
View file @
8003dbc3
...
...
@@ -214,7 +214,8 @@ class Job(Thread, AriaBaseClass):
# 'sge_job_hostname' : qsubhosts} ##### BARDIAUX
f
=
open
(
settings
[
'script'
])
s
=
f
.
read
()
%
d
s
=
f
.
read
()
s
=
string
.
Formatter
().
vformat
(
s
,
(),
d
)
f
.
close
()
# write new csh script
...
...
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