Skip to content

Commit

Permalink
init readme to None
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch committed Sep 5, 2021
1 parent a9b67b8 commit 9265b14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/generate-catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ def main():
if repo.full_name in skiplist:
continue

# assume no readme to start
readme = None
with tempfile.TemporaryDirectory() as tmp:
tmp = Path(tmp)

Expand Down

0 comments on commit 9265b14

Please sign in to comment.