Skip to content
Snippets Groups Projects
Commit 10136d0f authored by James Vasile's avatar James Vasile
Browse files

Use safe_load for yaml

parent fea7af4e
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@ import os
import pprint
pp = pprint.PrettyPrinter(indent=4)
import subprocess
from yaml import dump, load
from yaml import dump
from yaml import safe_load as load
def after_p(text, meta):
"""Even if there are no save_vars, we will add some standard info
......
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