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
NearRealTimeCTDAS
CTDAS
Commits
3da687a4
Commit
3da687a4
authored
Jun 11, 2012
by
Ingrid Luijkx
Browse files
Added assignment of strippedname for restart==True option
parent
eacb7b28
Changes
1
Hide whitespace changes
Inline
Side-by-side
da/tools/initexit.py
View file @
3da687a4
...
...
@@ -370,6 +370,8 @@ class CycleControl(dict):
dummy
=
self
.
SetupFileStructure
()
strippedname
=
os
.
path
.
split
(
self
[
'jobrcfilename'
])[
-
1
]
self
[
'jobrcfilename'
]
=
os
.
path
.
join
(
self
[
'dir.exec'
],
strippedname
)
dummy
=
self
.
RandomSeed
(
'read'
)
...
...
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