Skip to content
Snippets Groups Projects
Verified Commit fa720775 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

use yaml.safe_load() instead of yaml.load()


our yaml is trusted so we don't have any security risk, but this saves a
warning message on run, and it's better anyway since we don't have any
use of the full yaml loader.

Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mattia@debian.org>
parent a97c97ec
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment