Skip to content

Commit

Permalink
Fix self reference issue.
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Berkus <[email protected]>
  • Loading branch information
jberkus committed Oct 6, 2021
1 parent 66b6083 commit 20ae351
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions elekto/models/meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ def __init__(self, key):

if not os.path.exists(self.path):
F.abort(404)
else:
self.build()

@staticmethod
def all():
Expand Down

0 comments on commit 20ae351

Please sign in to comment.