mirror of
https://github.com/containers/podman.git
synced 2026-01-29 00:11:42 -05:00
Merge pull request #4365 from cevich/safe_load
Cirrus: Fix minor python deprecation warning
This commit is contained in:
@@ -34,7 +34,7 @@ guard-%:
|
||||
fi;
|
||||
|
||||
%.json: %.yml
|
||||
@python3 -c 'import json,yaml; json.dump( yaml.load(open("$<").read()), open("$@","w"), indent=2);'
|
||||
@python3 -c 'import json,yaml; json.dump( yaml.safe_load(open("$<").read()), open("$@","w"), indent=2);'
|
||||
|
||||
${PACKER_DIST_FILENAME}:
|
||||
@curl -L --silent --show-error \
|
||||
|
||||
Reference in New Issue
Block a user