commit | ee1c614eda833b38ad0d526b4b1e493dfe5968be | [log] [tgz] |
---|---|---|
author | Jens Harbott <frickler@offenerstapel.de> | Sat Oct 16 17:33:12 2021 +0200 |
committer | Jens Harbott <frickler@offenerstapel.de> | Sat Oct 16 17:33:12 2021 +0200 |
tree | e8a218948221bb80eca70847750ba7b1d7d07379 | |
parent | c027ddd3f895802f5cab37d2cb04162686a3a3cb [diff] |
Fix use of yaml.load() The use of this function has been deprecated for a long time[0]. With PyYAML==6.0 the call is now failing, so replace it with the safe version. [0] https://msg.pyyaml.org/load Signed-off-by: Jens Harbott <frickler@offenerstapel.de> Change-Id: I7a170262b50a5c80a516095b872d52e1bea5479d