rane-hs / markdoc-py3

A lightweight Markdown-based wiki system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warnings

rane-hs opened this issue · comments

if happen, write!

/home/rane/mkdoc-main/venv/lib/python3.7/site-packages/Markdoc-0.6.6-py3.7.egg/markdoc/config.py:117: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  config = yaml.load(fp) or {}