Skip to content

Commit

Permalink
Fix bad variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
vladistan authored and AdamFinkle committed Jul 30, 2024
1 parent 3d25b25 commit 76629b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/greenbutton_objects/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self, entry, usagePoints=[], readingTypes=[], intervalBlocks=[]):
self.setReadingType(rt)
for ib in intervalBlocks:
if self.isParentOf(ib):
self.addIntervalBlock(r)
self.addIntervalBlock(ib)

@property
def intervalReadings(self):
Expand Down

0 comments on commit 76629b7

Please sign in to comment.