Skip to content

Commit 5e5f9d5

Browse files
authored
Fix indentation broken by previous commit
1 parent 6924183 commit 5e5f9d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pvlib/iotools/bsrn.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ def read_bsrn(filename):
100100
start_date = pd.Timestamp(year=int(date_line[7:11]),
101101
month=int(date_line[3:6]), day=1,
102102
tz='UTC') # BSRN timestamps are UTC
103+
for num, line in enumerate(f):
103104
if line.startswith('*'): # Find start of all logical records
104105
line_no_dict[line[2:6]] = num # key is 4 digit LR number
105106

0 commit comments

Comments
 (0)