mitre-attack / car

Cyber Analytics Repository
Apache License 2.0
895 stars 304 forks source link

incompatible charset when opening yaml file #125

Closed kadirkalayci closed 2 years ago

kadirkalayci commented 3 years ago

The script generate_analytics fails when I use this on a Windows machine. I fixed this by passing the errors='ignore' parameter to the open function within the python script. The other way to fix this was to remove unknown characters from the yaml files (provided by Mitre)

image