Skip to content

Commit

Permalink
indent bug causing compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
cdeline committed Apr 17, 2020
1 parent c01fde0 commit 1991d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bifacial_radiance/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ def gendaylit1axis(self, metdata=None, trackerdict=None, startdate=None,
trackerdict2={}
for i in range(startindex,endindex+1):
try:
time = metdata.datetime[i]
time = metdata.datetime[i]
except IndexError: #out of range error
break #
filename = str(time)[5:-12].replace('-','_').replace(' ','_')
Expand Down

0 comments on commit 1991d6f

Please sign in to comment.