Skip to content
Snippets Groups Projects
Commit dbf9d896 authored by Anne Philipp's avatar Anne Philipp
Browse files

fixed bug to address purefc variable of c instance

parent 83b8e3c3
No related branches found
No related tags found
No related merge requests found
......@@ -258,7 +258,7 @@ def mk_dates(c, fluxes):
if c.basetime == '00':
start = start - timedelta(days=1)
if not purefc and fluxes:
if not c.purefc and fluxes:
start = start - timedelta(days=1)
end = end + timedelta(days=1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment