Skip to content
Snippets Groups Projects
Commit b87080b7 authored by Peters, Wouter's avatar Peters, Wouter
Browse files

wrong check for time in submit next cycle, fixed

parent 738dc598
No related branches found
No related tags found
No related merge requests found
......@@ -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')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment