Skip to content
Snippets Groups Projects
Commit e6237441 authored by Adriaens, Ines's avatar Adriaens, Ines ✌🏼
Browse files

path bug fix 2

parent 9bd05e50
No related branches found
No related tags found
No related merge requests found
......@@ -186,8 +186,8 @@ for dd in range(t_interval.days+1):
# save results
datestr = str(startdate+dd)
datestr = datestr.replace("-","")
fn = datestr + '_bec3.txt'
result.to_csv(path_res + fn, index = False)
fns = datestr + '_bec3.txt'
result.to_csv(path_res + fns, index = False)
#%% data from sql lite database
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment