Remove software carpentries logo
[rnaseq-cwl-training.git] / bin / workshop_check.py
index 2caf5603df8532bf1ac89bba31448c92a4fccb41..15d954a641173fbcfe84ed6fea5721827f8e823e 100644 (file)
@@ -408,7 +408,7 @@ def main():
     reporter = Reporter()
     check_config(reporter, config_file)
     check_unwanted_files(root_dir, reporter)
-    with open(index_file) as reader:
+    with open(index_file, encoding='utf-8') as reader:
         data = reader.read()
         check_file(reporter, index_file, data)
     reporter.report()