Skip to content

Commit

Permalink
Fix invalidator signature
Browse files Browse the repository at this point in the history
  • Loading branch information
hartmans committed Nov 15, 2024
1 parent a32bec2 commit 9bbf353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion carthage/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ async def find_or_create(self):
await self.resize(self.size)

@find_or_create.invalidator()
async def find_or_create(self):
async def find_or_create(self, last_run):
return await self.find()


Expand Down

0 comments on commit 9bbf353

Please sign in to comment.