This repository was archived by the owner on Mar 31, 2025. It is now read-only.
Commit b450133
committed
use PyYAML's SafeLoader explicitly
background: https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation
suppresses these warnings:
```
/Users/ryan/color/color/local/virtualenv3/src/clrypt/clrypt/encdir.py:34: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
```1 parent 6f72a08 commit b450133
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
0 commit comments