Removed .html extension, because GitHub shows HTML in language stats
This commit is contained in:
parent
057acdfc8e
commit
5ce6372a29
8 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ def read_sample(name: str) -> List[str]:
|
||||||
|
|
||||||
def read_html(name: str) -> bytes:
|
def read_html(name: str) -> bytes:
|
||||||
|
|
||||||
path = samples / 'html' / (name + '.html')
|
path = samples / 'html' / name
|
||||||
|
|
||||||
if not path.exists():
|
if not path.exists():
|
||||||
return b''
|
return b''
|
||||||
|
|
Reference in a new issue