(.venv) dhbarr@alogicnamedjoe:~/openMotor$ python main.py
/home/dhbarr/openMotor/uilib/fileIO.py:37: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
fileData = yaml.load(readLocation)
Changing:
from
to
does away with the deprecation warning.
I didn't test safe, base, or unsafe.