Этот коммит содержится в:
Mike 2019-05-16 20:05:25 -07:00
родитель b5899e0ec9
Коммит 2ce2224009
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -119,7 +119,7 @@ class DiskUsageWarn:
raise Exception("Unable to open config file: " + path)
# Parse
config = yaml.load(f)
config = yaml.safe_load(f)
# Add the config file's own path
config["path"] = path