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
Tsurata, Aki
CTDAS
Commits
b87080b7
Commit
b87080b7
authored
Dec 19, 2011
by
Peters, Wouter
Browse files
wrong check for time in submit next cycle, fixed
parent
738dc598
Changes
1
Hide whitespace changes
Inline
Side-by-side
da/tools/initexit.py
View file @
b87080b7
...
...
@@ -698,7 +698,7 @@ class CycleControl(dict):
DaPlatForm
=
self
.
DaPlatForm
if
self
[
'time.
start
'
]
<
self
[
'time.finish'
]:
if
self
[
'time.
end
'
]
<
self
[
'time.finish'
]:
# file ID and names
jobid
=
self
[
'time.end'
].
strftime
(
'%Y%m%d'
)
...
...
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