Skip to content

Commit 07861a0

Browse files
committed
Fix an error in the irrelevant code!
Fixes satwikkansal#85
1 parent 5484680 commit 07861a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

irrelevant/parse_readme.py

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
}
8181
content.next()
8282
except StopIteration:
83+
pass
8384

8485
for idx, snip in enumerate(snippets):
8586
snippets[idx]["category"] = snips_by_title[snip["title"]]["category"]

0 commit comments

Comments
 (0)