Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Scientific Software
MDANSE
Commits
1b436c73
Commit
1b436c73
authored
Nov 18, 2016
by
eric pellegrini
Browse files
the job short name appears now explicitely in the saved job files
parent
c7ce7c19
Changes
1
Hide whitespace changes
Inline
Side-by-side
MDANSE/Framework/Jobs/IJob.py
View file @
1b436c73
...
...
@@ -292,8 +292,8 @@ class IJob(Configurable):
f
.
write
(
'################################################################
\n
'
)
f
.
write
(
'
\n
'
)
f
.
write
(
'
job
= REGISTRY[%r][%r]()
\n
'
%
(
'job'
,
cls
.
_type
))
f
.
write
(
'
job
.run(parameters,status=True)'
)
f
.
write
(
'
%s
= REGISTRY[%r][%r]()
\n
'
%
(
cls
.
_type
,
'job'
,
cls
.
_type
))
f
.
write
(
'
%s
.run(parameters,status=True)'
%
(
cls
.
_type
)
)
f
.
close
()
...
...
Write
Preview
Markdown
is supported
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