OneDeadKey / kalamine

Keyboard Layout Maker
MIT License
105 stars 29 forks source link

Deprecation warning on `xkalamine list` prevents listing #9

Closed taratatach closed 1 year ago

taratatach commented 5 years ago

When trying to list installed layouts with xkalamine list on Fedora 30, I'm getting the following deprecation warning and no list:

/usr/local/lib/python3.7/site-packages/kalamine/utils.py:45: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(open_local_file(os.path.join('data', filename)))

fabi1cazenave commented 5 years ago

should be fixed with 424fa115d14997c551a0b226210ed3d31daa6d31

chambln commented 1 year ago

Probably time to close this one, unless someone can repro.