Digilent / digilent-vivado-scripts

MIT License
63 stars 22 forks source link

git_vivado.py checkout fails with: KeyError: 'Linux' #17

Open eliotstock opened 3 years ago

eliotstock commented 3 years ago

On Ubuntu 20.04, running this from in the Arty-A7-35-GPIO project:

$python3 ./digilent-vivado-scripts/git_vivado.py checkout
Traceback (most recent call last):
  File "./digilent-vivado-scripts/git_vivado.py", line 106, in <module>
    config_settings = config[operating_system]
  File "/usr/lib/python3.8/configparser.py", line 960, in __getitem__
    raise KeyError(key)
KeyError: 'Linux'