mozilla / html5-lint

HTML Validation using Mozilla's HTML5 Validator instance
199 stars 72 forks source link

fix sys.stdin in python script #26

Closed fitnr closed 4 years ago

fitnr commented 7 years ago

This fixes a bug in the Python script where sys.stdin was passed to open(), which expects a file name.