Skip to content
Snippets Groups Projects
Commit 79ed4ba4 authored by kgao's avatar kgao
Browse files

Renamed level_a0 folder to level_b1

parent 50c0d424
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
...@@ -75,7 +75,7 @@ def create_files(start_date, end_date): ...@@ -75,7 +75,7 @@ def create_files(start_date, end_date):
filename = createFilename(cur_dt) filename = createFilename(cur_dt)
print('grabbing ' + filename) print('grabbing ' + filename)
df = getData([filename], False)[0] df = getData([filename])
if(df.empty): if(df.empty):
cur_dt += delta(days = 1) cur_dt += delta(days = 1)
......
File moved
File moved
File moved
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