Closed RMichaelSwan closed 3 months ago
The Settings class in fkie_mas_pylib depends on ruamel.yaml==0.17.40 but this is not specified anywhere. If you run a newer version of the dependency, then fkie_mas_daemon will crash on second run or if a yaml config file exists.
ruamel.yaml==0.17.40
thank you for reporting!
should be fixed now.
The Settings class in fkie_mas_pylib depends on
ruamel.yaml==0.17.40
but this is not specified anywhere. If you run a newer version of the dependency, then fkie_mas_daemon will crash on second run or if a yaml config file exists.